Makefile: generate executable scripts.

This commit is contained in:
Juan RP 2014-01-11 18:51:47 +01:00
parent ad4c7ec381
commit be13cabb84

View File

@ -10,6 +10,7 @@ SCRIPTS += $(SHIN:.sh.in=.sh)
%.sh: %.sh.in
sed -e "s|@@MKLIVE_VERSION@@|$(VERSION) $(GITVER)|g" $^ > $@
chmod +x $@
all: $(SCRIPTS)