move amalgamate tool to third_party folder

parent 922b56e4
...@@ -21,4 +21,3 @@ benchmarks/files/numbers/*.json ...@@ -21,4 +21,3 @@ benchmarks/files/numbers/*.json
cmake-build-debug cmake-build-debug
test/test-* test/test-*
third_party/Amalgamate
...@@ -252,7 +252,7 @@ pretty: ...@@ -252,7 +252,7 @@ pretty:
amalgamate: src/json.hpp amalgamate: src/json.hpp
src/json.hpp: $(SRCS) src/json.hpp: $(SRCS)
develop/amalgamate/amalgamate.py -c develop/amalgamate/config.json -s develop --verbose=yes third_party/amalgamate/amalgamate.py -c third_party/amalgamate/config.json -s develop --verbose=yes
$(MAKE) pretty $(MAKE) pretty
......
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