X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/d33d05c3e5b6e856fb7e1a3b8645252561592561..d888ccd559a84c180936e9adadae1f655f15356e:/Makefile diff --git a/Makefile b/Makefile index 119a8ff..b79bf6a 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,21 @@ scheme-fringe: scheme-fringe.o $(SCMC) -o $@ $^ ###-------------------------------------------------------------------------- +### Go. + +GOOBJ = 8 +GOC = $(GOOBJ)g +GOLINK = $(GOOBJ)l +CLEANFILES += *.$(GOOBJ) +.SUFFIXES: .$(GOOBJ) .go +.go.$(GOOBJ):; $(GOC) $(GOFLAGS) $< + +LANGS += go +SOURCES += go-fringe.go +go-fringe: go-fringe.$(GOOBJ) + $(GOLINK) -o $@ $^ + +###-------------------------------------------------------------------------- ### Smalltalk. LANGS += smalltalk