summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ao-tools/altosui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index 51a85a13..790aecda 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -77,6 +77,7 @@ ifeq ($(OS),Linux)
altosui:
echo "#!/bin/sh" > $@
echo "exec java -Djava.library.path=../libaltos -jar altosui.jar" >> $@
+ chmod +x ./altosui
endif
clean: