Create bin folder in linux makefile
This commit is contained in:
parent
9eb5412848
commit
1755b4b89d
|
@ -6,7 +6,8 @@ objects = $(patsubst ../oscar64/%.cpp,%.o,$(sources))
|
||||||
CXX = c++
|
CXX = c++
|
||||||
CPPFLAGS = -g -O2 -std=c++11 -Wno-switch
|
CPPFLAGS = -g -O2 -std=c++11 -Wno-switch
|
||||||
|
|
||||||
|
$(shell mkdir -p ../bin)
|
||||||
|
|
||||||
ifdef WINDIR
|
ifdef WINDIR
|
||||||
linklibs = -lpthread
|
linklibs = -lpthread
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue