mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
fixup! fixup! fixup! Makefile fixes
This commit is contained in:
parent
5efd2a9320
commit
8d9dd7a9c3
4
Makefile
4
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user