diff options
| author | mo khan <mo@mokhan.ca> | 2025-01-10 12:56:25 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-01-10 12:56:25 -0700 |
| commit | 2398ca6480e1bb90e754b8e603cec2feae749216 (patch) | |
| tree | d2e53183bc9ddb7d696231944550d62ca60f3270 /Makefile | |
| parent | 13171abd2dc96341420c693b7a0d54c41fe33b6c (diff) | |
Add make target for project 1 modified output
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
