summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-01-10 12:56:25 -0700
committermo khan <mo@mokhan.ca>2025-01-10 12:56:25 -0700
commit2398ca6480e1bb90e754b8e603cec2feae749216 (patch)
treed2e53183bc9ddb7d696231944550d62ca60f3270 /Makefile
parent13171abd2dc96341420c693b7a0d54c41fe33b6c (diff)
Add make target for project 1 modified output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd2e964..5b0c36d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ export PATH := /Library/TeX/Root/bin/universal-darwin:$(PATH)
projects/1/GoodDocsF.exe: projects/1/GoodDocsF.cpp
g++ -o projects/1/GoodDocsF.exe projects/1/GoodDocsF.cpp
+
+projects/1/GoodDocsF2.exe: projects/1/GoodDocsF2.cpp
+ g++ -o projects/1/GoodDocsF2.exe projects/1/GoodDocsF2.cpp