about summary refs log blame commit diff
path: root/local.mk
blob: 5cdba4d332ef6537b9ecd1c5f6fc121abdc03a04 (plain) (tree)
1
2
3
4
5
6
7


                                                           
 
                                            

                                                                                           
ifeq ($(MAKECMDGOALS), dist)
  dist-files += $(shell git ls-files) $(shell git ls-files)
endif

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

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