summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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