mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
move amalgamate tool to third_party folder
This commit is contained in:
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user