- Make it easier to overwrite CXXFLAGS, by using CPPFLAGS for loki specific stuff
- Don't create temporary object files anymore, use implicit rule for binaries - Removed unneeded DESTDIR= line git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@463 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
ba38940146
commit
d51dd537ea
14 changed files with 89 additions and 130 deletions
|
@ -1,6 +1,7 @@
|
|||
OBJ = main.o
|
||||
BIN = main-gcc
|
||||
CXXFLAGS = -I../../include -Wall -O2 -DNDEBUG
|
||||
CXXFLAGS = -Wall -O2
|
||||
CPPFLAGS = -I../../include -DNDEBUG
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
$(CXX) -o $(BIN) $(OBJ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue