From 1e5b7db4212b3800400c2154a6e244916062f97b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 10 Jan 2025 13:10:01 -0700 Subject: Add compiled project 1 binaries --- Makefile | 4 ++-- projects/1/GoodDocsF-Darwin.exe | Bin 0 -> 145461 bytes projects/1/GoodDocsF2-Darwin.exe | Bin 0 -> 145461 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 projects/1/GoodDocsF-Darwin.exe create mode 100755 projects/1/GoodDocsF2-Darwin.exe 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 Binary files /dev/null and b/projects/1/GoodDocsF-Darwin.exe differ diff --git a/projects/1/GoodDocsF2-Darwin.exe b/projects/1/GoodDocsF2-Darwin.exe new file mode 100755 index 0000000..5cd1d0c Binary files /dev/null and b/projects/1/GoodDocsF2-Darwin.exe differ -- cgit v1.2.3