mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02:00
9 lines
184 B
Makefile
9 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))
|