diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T15·05+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T15·17+0000 |
commit | 962551a071da87589a97a2f40d72b87d6e6ba9e2 (patch) | |
tree | 163b02f38f6840ed35c6a01a5b0530973615a864 /Makefile.new | |
parent | 1a1d8b073a1d770c8de4f8eb274387b209b32782 (diff) |
Add a Makefile for the scripts directory
Diffstat (limited to 'Makefile.new')
-rw-r--r-- | Makefile.new | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.new b/Makefile.new index b3ff2fc1b4ef..d63fa3ace35b 100644 --- a/Makefile.new +++ b/Makefile.new @@ -11,6 +11,7 @@ SUBS = \ src/nix-daemon/Makefile.new \ src/nix-log2xml/Makefile.new \ src/bsdiff-4.3/Makefile.new \ + scripts/Makefile.new \ corepkgs/Makefile.new GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr |