fixup! fixup! fixup! Makefile fixes

This commit is contained in:
Olivier Mehani 2018-09-12 11:46:25 +10:00
parent 5efd2a9320
commit 8d9dd7a9c3
No known key found for this signature in database
GPG Key ID: E9566B9D0957D2D3

View File

@ -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)