summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-23 02:39:52 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-23 02:39:52 (EST)
commitc76670bec52c29dcd38c85dc136bda9c89cf4f8d (patch)
tree80ee79da1d0e0ac50d8adf9ac6af246e415729f7 /eshtrans
parentcb1d1fd299c275f40a064c7bf8c5b2439def6118 (diff)
downloadeggshell-c76670bec52c29dcd38c85dc136bda9c89cf4f8d.zip
eggshell-c76670bec52c29dcd38c85dc136bda9c89cf4f8d.tar.gz
eggshell-c76670bec52c29dcd38c85dc136bda9c89cf4f8d.tar.bz2
eshtrans/Makefile, eshld/Makefile: Make executables executable
Diffstat (limited to 'eshtrans')
-rw-r--r--eshtrans/Makefile1
1 files changed, 1 insertions, 0 deletions
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