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

nix_DIR := $(d)

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

nix_LIBS = libexpr libmain libstore libutil libformat

nix_LDFLAGS = -pthread

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