move amalgamate tool to third_party folder
This commit is contained in:
parent
922b56e492
commit
84bffd5d36
7 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -252,7 +252,7 @@ pretty:
|
|||
amalgamate: src/json.hpp
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue