nix-gh/src/nix-build/local.mk
Shea Levy 80ebc553ec nix-build: Port to c++
This was a dumb line-for-line rewrite, because nix build/nix run/etc.
will replace it.
2016-08-09 07:42:20 -04:00

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))