Commit 04a6b550 authored by kazushi.kawamura's avatar kazushi.kawamura

fix a little

parent 15b26969
...@@ -2,7 +2,7 @@ TARGET = sim ...@@ -2,7 +2,7 @@ TARGET = sim
OBJS = $(CPPS:.cpp=.o) OBJS = $(CPPS:.cpp=.o)
CPPS = $(wildcard *.cpp) CPPS = $(wildcard *.cpp)
CXX = g++ CXX = g++
CXXFLAGS = -O3 CXXFLAGS = -std=c++11 -O3
all: $(TARGET) all: $(TARGET)
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment