diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23 17:04:27 +0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23 17:04:27 +0000 |
commit | 611868a90904ac233d8476682a4618fdd8c78c50 (patch) | |
tree | 30a933dda8d72666a9b2eadcd7127caffdf2a8f9 /Makefile.new | |
parent | d1b3ca0b4a57f48f94a555c97f6a555c3a1f3639 (diff) |
Implement basic ‘make install’
Diffstat (limited to 'Makefile.new')
-rw-r--r-- | Makefile.new | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.new b/Makefile.new index 1ae88d42f..646f43848 100644 --- a/Makefile.new +++ b/Makefile.new @@ -8,7 +8,8 @@ SUBS = \ src/nix-store/Makefile.new \ src/nix-instantiate/Makefile.new \ src/nix-env/Makefile.new \ - src/nix-daemon/Makefile.new + src/nix-daemon/Makefile.new \ + corepkgs/Makefile.new GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr |