From ca6e05eb0ca192184bd2c5fe3c67f111a7215a1d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 31 Jul 2022 14:40:37 +0200 Subject: [PATCH] Update Makefile Co-authored-by: Florian Albrechtskirchinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a91c76ec..1f220b261 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ SED:=$(shell command -v gsed || which sed) SRCS=$(shell find include -type f | sort) # the list of sources in the tests folder -TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/json_v3_10_5.hpp' | sort) +TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort) # the single header (amalgamated from the source files) AMALGAMATED_FILE=single_include/nlohmann/json.hpp