aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 00ee78c..b1d304a 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -17,9 +17,13 @@ all: $(LIB_TARGETS)
.in:
sed 's%@PERL@%$(PERL)%' $< > $@
+ chmod +x $@
install: $(LIB_TARGETS)
for file in $(LIB_TARGETS); \
do \
$(INSTALL_SCRIPT) $$file $(DISTDIR)$(LIB_DIR); \
done
+
+clean:
+ rm -f $(LIB_TARGETS)