We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cae02f commit d2e5956Copy full SHA for d2e5956
src/cpp/.gitignore
src/cpp/Makefile
@@ -4,14 +4,7 @@ ROOT := ../..
4
#------------------------------------------------------------------------------
5
default: help
6
7
-test: ext/nlohmann/json.hpp test-tap
8
-
9
-ext/nlohmann/json.hpp:
10
- mkdir -p ext/nlohmann
11
- curl -s https://raw.githubusercontent.com/nlohmann/json/develop/single_include/nlohmann/json.hpp > $@
12
13
-clean::
14
- rm -fr ext/nlohmann/json.hpp
+test: test-tap
15
16
17
include ../../.makefile/runtime.mk
0 commit comments