forked from lix-project/lix
80ebc553ec
This was a dumb line-for-line rewrite, because nix build/nix run/etc. will replace it.
10 lines
203 B
Makefile
10 lines
203 B
Makefile
programs += nix-build
|
|
|
|
nix-build_DIR := $(d)
|
|
|
|
nix-build_SOURCES := $(d)/nix-build.cc
|
|
|
|
nix-build_LIBS = libmain libstore libutil libformat
|
|
|
|
$(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))
|