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++
|
||||
CPPFLAGS = -g -O2 -std=c++11 -Wno-switch
|
||||
|
||||
|
||||
$(shell mkdir -p ../bin)
|
||||
|
||||
ifdef WINDIR
|
||||
linklibs = -lpthread
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue