From ae2676e7f0a42c72f4692b31fd795e05df7f2cfd Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 22:25:38 +0200 Subject: [PATCH] fixed Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1087a378..5461eb89 100644 --- a/Makefile +++ b/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