diff --git a/make/makefile b/make/makefile index 71074d0..a1cf3c4 100644 --- a/make/makefile +++ b/make/makefile @@ -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