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
|
$(TARGET): $(TARGET).cc
|
||||||
$(CXX) -o $@ $^
|
$(CXX) -o $@ $^
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f $(TARGET) *~
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
./$(TARGET) test-impossible.txt
|
./$(TARGET) test-impossible.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user