From 1ba0668dbcf5bc4c40d99ac963711e35797c8efa Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Mon, 9 Apr 2012 01:45:23 -0400 Subject: finished assignment --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3