mirror of
https://github.com/nlohmann/json.git
synced 2024-11-27 16:49:02 +08:00
fixed Makefile
This commit is contained in:
parent
5e0d4d3830
commit
ae2676e7f0
4
Makefile
4
Makefile
@ -16,9 +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: src/json.hpp
|
||||
|
||||
src/json.hpp: src/json.hpp.re2c
|
||||
re2c:
|
||||
$(RE2C) -b -s -i --no-generation-date $< | $(SED) '1d' > src/json.hpp
|
||||
|
||||
# static analyser
|
||||
|
Loading…
Reference in New Issue
Block a user