From 8d9dd7a9c34c1870abd62b2f18465743cd8ffdc9 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Wed, 12 Sep 2018 11:46:25 +1000 Subject: [PATCH] fixup! fixup! fixup! Makefile fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 57abc8b..3ca1a9e 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ install-win: $(HOST_TARGETS) $(HOST_TARGETS): $(TARGET_DIR)/%: $(SRC_DIR)/% $(TARGET_DIR)/.d sed -e "s/_VERSIONHOLDER_/$(VERSION)/g" < $(SRC_DIR)/$* > $@ - # Make install script executable - echo $@ | grep -vq '.sh$$' || chmod a+x $@ + # Make scripts executable + echo $@ | grep -vq '\(\.sh\|\.py\)$$' || chmod a+x $@ clean: rm -rf $(TARGET_DIR)