summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a48cf1d..0eafcb5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
Q1: Q1.cpp mysqrt.cpp mysqrt.h
g++ -o Q1 mysqrt.cpp Q1.cpp
+
+Q3a: Q3a.cpp
+ g++ -o Q3a Q3a.cpp
+
+Q3b: Q3b.cpp
+ g++ -o Q3b Q3b.cpp