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 01ff79e commit a74feacCopy full SHA for a74feac
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