1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00

Add serve_header.py for rapid testing on Compiler Explorer (#3456)

This commit is contained in:
Florian Albrechtskirchinger
2022-05-01 13:52:52 +02:00
committed by GitHub
parent b21c345179
commit 0c698b75cc
7 changed files with 538 additions and 1 deletions
+7
View File
@@ -251,3 +251,10 @@ update_hedley:
$(SED) -i '1s/^/#pragma once\n\n/' include/nlohmann/thirdparty/hedley/hedley.hpp
$(SED) -i '1s/^/#pragma once\n\n/' include/nlohmann/thirdparty/hedley/hedley_undef.hpp
$(MAKE) amalgamate
##########################################################################
# serve_header.py
##########################################################################
serve_header:
./tools/serve_header/serve_header.py --make $(MAKE)