summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-01-10 13:10:01 -0700
committermo khan <mo@mokhan.ca>2025-01-10 13:10:01 -0700
commit1e5b7db4212b3800400c2154a6e244916062f97b (patch)
tree0cdac5e12dd4d490bf4b813c35ecfc837bb64595
parent858c660c95b5609d7c4cfcc11c93d2f11dca6f9e (diff)
Add compiled project 1 binaries
-rw-r--r--Makefile4
-rwxr-xr-xprojects/1/GoodDocsF-Darwin.exebin0 -> 145461 bytes
-rwxr-xr-xprojects/1/GoodDocsF2-Darwin.exebin0 -> 145461 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b0c36d..d9b2d41 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ export PATH := /Library/TeX/Root/bin/universal-darwin:$(PATH)
pandoc -f markdown -t pdf -o 3431709-assignment-2.pdf assignments/2-solution.md
projects/1/GoodDocsF.exe: projects/1/GoodDocsF.cpp
- g++ -o 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
- g++ -o projects/1/GoodDocsF2.exe projects/1/GoodDocsF2.cpp
+ $(CXX) -o projects/1/GoodDocsF2-$(shell uname -s).exe projects/1/GoodDocsF2.cpp
diff --git a/projects/1/GoodDocsF-Darwin.exe b/projects/1/GoodDocsF-Darwin.exe
new file mode 100755
index 0000000..9e6f595
--- /dev/null
+++ b/projects/1/GoodDocsF-Darwin.exe
Binary files differ
diff --git a/projects/1/GoodDocsF2-Darwin.exe b/projects/1/GoodDocsF2-Darwin.exe
new file mode 100755
index 0000000..5cd1d0c
--- /dev/null
+++ b/projects/1/GoodDocsF2-Darwin.exe
Binary files differ