undo: don't build lib on every make
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@468 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
faa06a862b
commit
15edde135c
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ CXXFLAGS = -Wall -O2
|
|||
CPPFLAGS = -I../include -DNDEBUG
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
ar rs $(BIN) $(OBJ) && \
|
||||
rm *.o
|
||||
ar rs $(BIN) $(OBJ)
|
||||
|
||||
.PHONY: clean install
|
||||
install: $(BIN)
|
||||
|
|
Loading…
Add table
Reference in a new issue