summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-01-10 14:17:50 -0700
committermo khan <mo@mokhan.ca>2025-01-10 14:17:50 -0700
commit81bd86e8f980347b2c442217f37224b5119f404b (patch)
tree86f120f6756e5a50176aad5c99f170108813cb85 /Makefile
parent6fcc04e64e4c83d01a72161f762a676bb840f343 (diff)
Create project 1 tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d9b2d41..1e093f7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,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
- $(CXX) -o projects/1/GoodDocsF-$(shell uname -s).exe projects/1/GoodDocsF.cpp
-
-projects/1/GoodDocsF2.exe: projects/1/GoodDocsF2.cpp
- $(CXX) -o projects/1/GoodDocsF2-$(shell uname -s).exe projects/1/GoodDocsF2.cpp
+3431709-project-1.tar.gz: projects/1/GoodDocsF.exe projects/1/GoodDocsF2.exe projects/1/GoodDocsF-Darwin.exe projects/1/GoodDocsF2-Darwin.exe
+ rm -f 3431709-project-1.tar.gz
+ tar -czvf 3431709-project-1.tar.gz projects/1