diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-09 06:24:19 -0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-09 07:42:20 -0400 |
commit | 80ebc553eca19dafc64c47420cd49ddd506bc9b7 (patch) | |
tree | 687d4d61d099583ec81cc98bfee10b0bba4fed28 /Makefile | |
parent | eef754813f5a9d77ceeb0f10981d0a324967dc02 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |