Nix/local.mk

8 lines
234 B
Makefile
Raw Normal View History

ifeq ($(MAKECMDGOALS), dist)
dist-files += $(shell git ls-files) $(shell git ls-files)
endif
2014-02-01 14:28:31 +01:00
2014-02-04 10:09:45 +01:00
dist-files += configure config.h.in nix.spec
2014-02-01 15:18:48 +01:00
GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr