Nix/src/nix/local.mk

10 lines
216 B
Makefile
Raw Normal View History

programs += nix
nix_DIR := $(d)
nix_SOURCES := $(wildcard $(d)/*.cc) $(wildcard src/linenoise/*.cpp)
nix_LIBS = libexpr libmain libstore libutil libformat
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))