* build library in the same tree as main binary

This commit is contained in:
hagen 2014-12-11 07:46:28 +00:00
parent 0b3ee77717
commit 5966113268
6 changed files with 12 additions and 59 deletions

View file

@ -1,4 +1,4 @@
CXXFLAGS = -g -Wall
CXXFLAGS = -g -Wall -fPIC
CXXVER := $(shell $(CXX) -dumpversion)
FGREP = fgrep