added clean target to Makefile

git-svn-id: svn://anubis/gvsu@137 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-08-30 16:36:04 +00:00
parent 2b36f9369c
commit d840f6e21e

View File

@ -6,6 +6,9 @@ all: $(TARGET)
$(TARGET): $(TARGET).cc
$(CXX) -o $@ $^
clean:
-rm -f $(TARGET) *~
.PHONY: test
test:
./$(TARGET) test-impossible.txt