about summary refs log blame commit diff
path: root/src/nix/local.mk
blob: 21f190e476f4214507d6332cbe6c56e82e2d1f70 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                     

                        
                                                        
programs += nix

nix_DIR := $(d)

nix_SOURCES := $(wildcard $(d)/*.cc)

nix_LIBS = libexpr libmain libstore libutil libformat

nix_LDFLAGS = -lreadline

$(eval $(call install-symlink, nix, $(bindir)/nix-hash))