diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T19·47+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T19·47+0100 |
commit | 6f4682ad36c97355fbb7ba86a9ce265c22102055 (patch) | |
tree | 99b5fcd1f04f3ab95852e7ffea379b9bfbceeae8 /Makefile | |
parent | caa5793b4a74049ee37dd88eb1c5b785456ce40d (diff) | |
parent | bfa41eb6714a7e7c3956389ee063e898bd1f37ff (diff) |
Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 67dc14f8e482..62a4850d8544 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ makefiles = \ src/nix-env/local.mk \ src/nix-daemon/local.mk \ src/nix-collect-garbage/local.mk \ + src/nix-copy-closure/local.mk \ src/nix-prefetch-url/local.mk \ src/buildenv/local.mk \ src/resolve-system-dependencies/local.mk \ |