From 161b8c1662b605996167adab67018213e0a7b793 Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Fri, 2 Mar 2012 13:15:24 -0500 Subject: makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e69de29..a48cf1d 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,3 @@ + +Q1: Q1.cpp mysqrt.cpp mysqrt.h + g++ -o Q1 mysqrt.cpp Q1.cpp -- cgit v1.2.3