From 13171abd2dc96341420c693b7a0d54c41fe33b6c Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 10 Jan 2025 12:53:14 -0700 Subject: Add make target to compile project 1 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fca6f1a..fd2e964 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ export PATH := /Library/TeX/Root/bin/universal-darwin:$(PATH) 3431709-assignment-2.pdf: assignments/2-solution.md pandoc -f markdown -t pdf -o 3431709-assignment-2.pdf assignments/2-solution.md + +projects/1/GoodDocsF.exe: projects/1/GoodDocsF.cpp + g++ -o projects/1/GoodDocsF.exe projects/1/GoodDocsF.cpp -- cgit v1.2.3