added clean target to Makefile
git-svn-id: svn://anubis/gvsu@137 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
2b36f9369c
commit
d840f6e21e
@ -6,6 +6,9 @@ all: $(TARGET)
|
||||
$(TARGET): $(TARGET).cc
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
clean:
|
||||
-rm -f $(TARGET) *~
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
./$(TARGET) test-impossible.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user