From 7f2c324ed18cba4004ff89dfd84cf2df979b2571 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Dec 2017 17:07:26 +0100 Subject: Simplify build by including nlohmann/json.hpp --- local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local.mk') diff --git a/local.mk b/local.mk index 5c80451bd579..0a225423741d 100644 --- a/local.mk +++ b/local.mk @@ -3,7 +3,7 @@ ifeq ($(MAKECMDGOALS), dist) dist-files += $(shell git --git-dir=.git ls-files || find * -type f) endif -dist-files += configure config.h.in nix.spec perl/configure src/nlohmann/json.hpp +dist-files += configure config.h.in nix.spec perl/configure clean-files += Makefile.config -- cgit 1.4.1