diff options
author | Juan RP <xtraeme@gmail.com> | 2014-01-11 18:51:47 +0100 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-01-11 18:51:47 +0100 |
commit | be13cabb849d179a2932ce7798a88f1174874a3f (patch) | |
tree | 3ab6a5ee5b3e3a9572357d5b74242310f5745e58 | |
parent | ad4c7ec38121812800a85bcf1f681cdf73aa2ce2 (diff) | |
download | hrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.tar.gz hrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.tar.xz hrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.zip |
Makefile: generate executable scripts.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 3f12bce..b1aa5d2 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ SCRIPTS += $(SHIN:.sh.in=.sh) %.sh: %.sh.in sed -e "s|@@MKLIVE_VERSION@@|$(VERSION) $(GITVER)|g" $^ > $@ + chmod +x $@ all: $(SCRIPTS) |