diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T22·40+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T22·40+0000 |
commit | 5090c34ee1251dd8f0a57332feff0c99489f7faa (patch) | |
tree | 6996c28baaf57574735631a505d27f96b8ee5280 /scripts/Makefile.am | |
parent | 8af7d766f0244d5b15d89ab2d2d66b0d63e8f576 (diff) |
* Set the executable bit on scripts.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 42ed0158e9a9..5f80d351ac61 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -37,3 +37,6 @@ EXTRA_DIST = nix-collect-garbage.in \ nix-reduce-build.in \ nix-http-export.cgi.in \ nix-generate-patches.in + +clean: + rm -f $(bin_SCRIPTS) $(noinst_SCRIPTS) |