Skip to content

Commit d2e5956

Browse files
ingydotnetvendethiel
authored andcommitted
Add json.hpp directly to the repository (for now)
1 parent 7cae02f commit d2e5956

File tree

3 files changed

+18591
-9
lines changed

3 files changed

+18591
-9
lines changed

src/cpp/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/cpp/Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ ROOT := ../..
44
#------------------------------------------------------------------------------
55
default: help
66

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
7+
test: test-tap
158

169
#------------------------------------------------------------------------------
1710
include ../../.makefile/runtime.mk

0 commit comments

Comments
 (0)