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