From 042acb10595161ac36b47768f7c1e58c553e6b33 Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Sun, 12 Feb 2012 15:42:43 -0500 Subject: solve problem 4 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cce7ed3..1a7e44c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -all: Q1 Q2 Q3 +all: Q1 Q2 Q3 Q4 Q1: Q1.cpp g++ -o Q1 Q1.cpp @@ -10,5 +10,8 @@ Q2: Q2.cpp Q3: Q3.cpp g++ -o Q3 Q3.cpp +Q4: Q4.cpp + g++ -o Q4 Q4.cpp + clean: rm Q1 Q2 Q3 -- cgit v1.2.3