From c76670bec52c29dcd38c85dc136bda9c89cf4f8d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Feb 2016 02:39:52 -0500 Subject: eshtrans/Makefile, eshld/Makefile: Make executables executable --- (limited to 'eshld') 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 -- cgit v0.9.1