mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
move amalgamate tool to third_party folder
This commit is contained in:
parent
922b56e492
commit
84bffd5d36
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,4 +21,3 @@ benchmarks/files/numbers/*.json
|
||||
cmake-build-debug
|
||||
|
||||
test/test-*
|
||||
third_party/Amalgamate
|
||||
|
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
|
||||
|
||||
|
||||
|
0
develop/amalgamate/amalgamate.py → third_party/amalgamate/amalgamate.py
vendored
Executable file → Normal file
0
develop/amalgamate/amalgamate.py → third_party/amalgamate/amalgamate.py
vendored
Executable file → Normal file
Loading…
Reference in New Issue
Block a user