master
Daniel Kolesa 2017-01-29 21:48:03 +01:00
parent f6a29774da
commit 9ba9b213ed
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ OCTASTD_PATH = ../octastd
FILES = main.o
OB_CXXFLAGS += -std=c++14 -I. -I$(CUBESCRIPT_PATH)/include -I$(OCTASTD_PATH) -pthread
OB_CXXFLAGS += -std=c++1z -I. -I$(CUBESCRIPT_PATH)/include -I$(OCTASTD_PATH) -pthread
all: obuild

View File

@ -7,7 +7,7 @@ OS_PATH = "../octastd"
FILES = [main_ob.o]
OB_CXXFLAGS = [@OB_CXXFLAGS -std=c++14 -I. -I@CS_PATH/include -I@OS_PATH -pthread]
OB_CXXFLAGS = [@OB_CXXFLAGS -std=c++1z -I. -I@CS_PATH/include -I@OS_PATH -pthread]
rule obuild $FILES [
echo " LD" $target