add test/SmartPtr and src/SmartPtr.cpp to the gcc build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@552 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
fb5261c73a
commit
72449b4ab1
2 changed files with 11 additions and 1 deletions
10
test/SmartPtr/Makefile
Executable file
10
test/SmartPtr/Makefile
Executable file
|
@ -0,0 +1,10 @@
|
|||
BIN = main
|
||||
CXXFLAGS = -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic -O2
|
||||
CPPFLAGS = -I../../include -DNDEBUG
|
||||
LDFLAGS = -L../../lib
|
||||
LDLIBS = -lloki
|
||||
|
||||
.PHONY: build clean
|
||||
build: $(BIN)
|
||||
clean:
|
||||
rm -f $(BIN) $(BIN).exe $(BIN).o
|
Loading…
Add table
Add a link
Reference in a new issue