summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshld/Makefile1
-rw-r--r--eshtrans/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/eshld/Makefile b/eshld/Makefile
index a768ca6..745bfbb 100644
--- a/eshld/Makefile
+++ b/eshld/Makefile
@@ -15,6 +15,7 @@ clean:
eshld: $(OBJECTS) Makefile
cat $(OBJECTS) >$@
printf 'main "$${@}"\n' >>$@
+ chmod a+x $@
$(OBJECTS): Makefile
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index 6858026..7dbd280 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -20,6 +20,7 @@ clean:
eshtrans: $(OBJECTS) Makefile
cat $(OBJECTS) >$@
printf 'main "$${@}"\n' >>$@
+ chmod a+x $@
$(OBJECTS): Makefile