X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/20ef53522555e5b05e55fb4ad8b0c5f74d3ca0e3..b173210012e9792d8a334f8f48d587d69e4c6503:/Makefile diff --git a/Makefile b/Makefile index 226c975..79af754 100644 --- a/Makefile +++ b/Makefile @@ -201,17 +201,14 @@ erlang-fringe: ###-------------------------------------------------------------------------- ### Algol 68. -ALGOL68 = /usr/local/bin/a68g +A68G = /usr/local/bin/a68g LANGS += algol68 TARGETS += algol68-fringe SOURCES += algol68-fringe.a68 algol68-fringe: algol68-fringe.a68 - $(call v_echo,GENSH){ echo '#! $(ALGOL68) --script'; \ - cat $<; \ - } >$@.new - $(V_HIDE)chmod +x $@.new && mv $@.new $@ + $(call v_echo,A68)$(A68G) --compile -O2 $< && mv $@.sh $@ ###-------------------------------------------------------------------------- ### Dylan.