added clean target to test/Makefile

git-svn-id: svn://anubis/gvsu@372 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2009-01-17 22:10:52 +00:00
parent ad262d3484
commit 038c923fed

View File

@ -1,3 +1,6 @@
all:
@echo Nothing yet.
clean:
@echo Nothing yet.