summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e093f7..7355172 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ 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
-3431709-project-1.tar.gz: projects/1/GoodDocsF.exe projects/1/GoodDocsF2.exe projects/1/GoodDocsF-Darwin.exe projects/1/GoodDocsF2-Darwin.exe
+3431709-project-1.tar.gz:
rm -f 3431709-project-1.tar.gz
+ $(MAKE) -C projects/1 clean default
tar -czvf 3431709-project-1.tar.gz projects/1