diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-31T16·10-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-31T16·10-0400 |
commit | 87b189c2b326c790a35ff53a2d825c1ef48f644e (patch) | |
tree | 597027ba3271bccecf659e1c8d7ef487b14da2d9 /Makefile | |
parent | dfe09386148901e4d9f2dc84641d2d5544c886f7 (diff) | |
parent | 821380c77bbfeb945d2b8a39a876c7c6ef090988 (diff) |
Merge branch 'nix-build-c++'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 37a3d99ca8fc..2ee40b56b1d3 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ makefiles = \ src/buildenv/local.mk \ src/resolve-system-dependencies/local.mk \ src/nix-channel/local.mk \ + src/nix-build/local.mk \ perl/local.mk \ scripts/local.mk \ corepkgs/local.mk \ |