forth: New language.
[fringe] / Makefile
index e83ae5e..4f41be2 100644 (file)
--- 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