提交 1068ad10 编写于 作者: N Niels

fixed Makefile

上级 e7da0b4b
......@@ -16,7 +16,7 @@ json_unit: test/unit.cpp src/json.hpp test/catch.hpp
$(CXX) -std=c++11 $(CXXFLAGS) $(FLAGS) $(CPPFLAGS) -I src -I test $< $(LDFLAGS) -o $@
# create scanner with re2c
re2c:
re2c: src/json.hpp.re2c
$(RE2C) -b -s -i --no-generation-date $< | $(SED) '1d' > src/json.hpp
# static analyser
......
version: '{build}'
os: Visual Studio 2015 Preview
os: Visual Studio 2015 CTP
init: []
install: []
build_script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册