This commit is contained in:
gabime
2014-03-22 14:03:09 +02:00
parent 4189a406f4
commit 6a83c34426
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ debug: example.cpp
clean:
rm -f *.txt $(OUTBIN) $(OUTBIN)-debug
rebuild: clean all
rebuild-debug: clean debug