aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-09 06:24:19 -0400
committerShea Levy <shea@shealevy.com>2016-08-09 07:42:20 -0400
commit80ebc553eca19dafc64c47420cd49ddd506bc9b7 (patch)
tree687d4d61d099583ec81cc98bfee10b0bba4fed28 /Makefile
parenteef754813f5a9d77ceeb0f10981d0a324967dc02 (diff)
nix-build: Port to c++
This was a dumb line-for-line rewrite, because nix build/nix run/etc. will replace it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90dca473f..52286b1fa 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ makefiles = \
src/nix-daemon/local.mk \
src/nix-collect-garbage/local.mk \
src/nix-prefetch-url/local.mk \
+ src/nix-build/local.mk \
perl/local.mk \
scripts/local.mk \
corepkgs/local.mk \