forked from lix-project/lix
10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
programs += nix
|
||
|
|
||
|
nix_DIR := $(d)
|
||
|
|
||
|
nix_SOURCES := $(wildcard $(d)/*.cc)
|
||
|
|
||
|
nix_LIBS = libexpr libmain libstore libutil libformat
|
||
|
|
||
|
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))
|