remove some GCC warnings and update Makefile
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1117 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
4ac9e4f44d
commit
647e6ff06a
7 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
include ../Makefile.common
|
||||
|
||||
BIN := main$(BIN_SUFFIX)
|
||||
SRC := main.cpp strong.cpp LockTest.cpp
|
||||
SRC := main.cpp strong.cpp LockTest.cpp colvin_gibbons_trick.cpp
|
||||
OBJ := $(SRC:.cpp=.o)
|
||||
LDLIBS += -lpthread
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue