summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-01-10 14:32:00 -0700
committermo khan <mo@mokhan.ca>2025-01-10 14:32:00 -0700
commitcea665ba7d1559d3ccb838402abf10e1064785fb (patch)
tree55775db9466031e7b22223509ae45b8b75a4128f
parent9a47be5bcc91d7fc044d5ccaf7f5eb1a67de6971 (diff)
Rebuild project 1 tarball when any source files change
-rw-r--r--3431709-project-1.tar.gzbin99646 -> 99641 bytes
-rw-r--r--Makefile2
-rwxr-xr-xprojects/1/GoodDocsF.exebin145461 -> 145461 bytes
-rwxr-xr-xprojects/1/GoodDocsF2.exebin145519 -> 145519 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/3431709-project-1.tar.gz b/3431709-project-1.tar.gz
index fb09f19..9f77d64 100644
--- a/3431709-project-1.tar.gz
+++ b/3431709-project-1.tar.gz
Binary files differ
diff --git a/Makefile b/Makefile
index 7355172..5f05d38 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +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:
+3431709-project-1.tar.gz: projects/1/*
rm -f 3431709-project-1.tar.gz
$(MAKE) -C projects/1 clean default
tar -czvf 3431709-project-1.tar.gz projects/1
diff --git a/projects/1/GoodDocsF.exe b/projects/1/GoodDocsF.exe
index 6eb7f5a..0f754dd 100755
--- a/projects/1/GoodDocsF.exe
+++ b/projects/1/GoodDocsF.exe
Binary files differ
diff --git a/projects/1/GoodDocsF2.exe b/projects/1/GoodDocsF2.exe
index 716884b..3c477ca 100755
--- a/projects/1/GoodDocsF2.exe
+++ b/projects/1/GoodDocsF2.exe
Binary files differ