X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/18b71d38307a6eebd659cf3f39229e987cfd20ee..67ad47b7f86d97f75808e1a9336d72d96d18dd2c:/Makefile diff --git a/Makefile b/Makefile index e83ae5e..4f41be2 100644 --- a/Makefile +++ b/Makefile @@ -179,6 +179,15 @@ smalltalk-fringe: $(V_HIDE)chmod +x $@.new && mv $@.new $@ ###-------------------------------------------------------------------------- +### Forth. + +LANGS += forth +TARGETS += forth-fringe +SOURCES += forth-fringe.fth +forth-fringe: forth-fringe.fth + $(call v_echo,FORTHI)gforthmi $@ $< + +###-------------------------------------------------------------------------- ### Erlang. ERLC = erlc