Skip to content

Commit

Permalink
make clean: Remove Makefile.config
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 30, 2014
1 parent 3d221a7 commit 45f9a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ endif

dist-files += configure config.h.in nix.spec

clean-files += Makefile.config

GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr

$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))
Expand Down

0 comments on commit 45f9a91

Please sign in to comment.