- make.msvc.bat: remove all object files when finished\n - src/Makefile: add rm *.o
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@467 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
316c01306d
commit
faa06a862b
12 changed files with 54 additions and 47 deletions
|
@ -4,7 +4,8 @@ CXXFLAGS = -Wall -O2
|
|||
CPPFLAGS = -I../include -DNDEBUG
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
ar rs $(BIN) $(OBJ)
|
||||
ar rs $(BIN) $(OBJ) && \
|
||||
rm *.o
|
||||
|
||||
.PHONY: clean install
|
||||
install: $(BIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue