diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-12-04T16·07+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-12-04T16·11+0100 |
commit | 7f2c324ed18cba4004ff89dfd84cf2df979b2571 (patch) | |
tree | 48ee765a4eefa021869e2f7f7ef18991f9a279d4 /local.mk | |
parent | f1efb97075d301c05f5fe974b9234f2920e83c27 (diff) |
Simplify build by including nlohmann/json.hpp
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |