From 038c923fedd3c096cb945cc88388ef5cab5d1665 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 17 Jan 2009 22:10:52 +0000 Subject: [PATCH] added clean target to test/Makefile git-svn-id: svn://anubis/gvsu@372 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs658/final/test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cs658/final/test/Makefile b/cs658/final/test/Makefile index 5764aa6..174d30f 100644 --- a/cs658/final/test/Makefile +++ b/cs658/final/test/Makefile @@ -1,3 +1,6 @@ all: @echo Nothing yet. + +clean: + @echo Nothing yet.