nix-super/src/nix/local.mk

12 lines
210 B
Makefile
Raw Normal View History

programs += nix
nix_DIR := $(d)
nix_SOURCES := $(wildcard $(d)/*.cc)
nix_LIBS = libexpr libmain libstore libutil libformat
2017-04-25 19:48:40 +03:00
nix_LDFLAGS = -lreadline
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))