From 973562e3bbffbe2502649ce30d55e7cc6cbc6c3c Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Fri, 2 Mar 2012 14:19:26 -0500 Subject: i did things --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3