remove also .o and .exe when cleaning

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@473 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-15 22:15:56 +00:00
parent 95b163d2bd
commit 0efd57d86d
11 changed files with 11 additions and 11 deletions

View file

@ -5,4 +5,4 @@ CPPFLAGS = -I../../include -DNDEBUG
.PHONY: build clean
build: $(BIN)
clean:
rm -f $(OBJ) $(BIN)
rm -f $(BIN) $(BIN).exe $(BIN).o