summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--projects/1/README.md1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fca6f1a..fd2e964 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ 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
+
+projects/1/GoodDocsF.exe: projects/1/GoodDocsF.cpp
+ g++ -o projects/1/GoodDocsF.exe projects/1/GoodDocsF.cpp
diff --git a/projects/1/README.md b/projects/1/README.md
index 93a5b2d..1561977 100644
--- a/projects/1/README.md
+++ b/projects/1/README.md
@@ -10,7 +10,6 @@ However, the basic steps of the project are as follows:
1. Recompile the corrected code and retest the program.
1. Submit the uncorrected and corrected versions of the program.
-
Coding, Compiling, and Debugging
1. Download the C++ code GooddocsF.cpp into your working directory.