summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b240b26
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+Q1: MatrixMultiply.h MatrixMultiply.cpp Q1.cpp
+ g++ -o Q1 MatrixMultiply.cpp Q1.cpp
+
+Q2: Q2.cpp
+ g++ -o Q2 Q2.cpp
+
+Q3: Q3.cpp Teacher.h Teacher.cpp Course.h Course.cpp Student.h
+ g++ -o Q3 Teacher.cpp Course.cpp Q3.cpp