/examples/Makefile
https://code.google.com/p/gotcl/ · Makefile · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · f1914de19648b5ddb813dc55c91fa00b MD5 · raw file
- include $(GOROOT)/src/Make.inc
- ALL=simple repl
- all: $(ALL)
- clean:
- rm -rf *.[68] $(ALL)
- %: %.go
- $(GC) $*.go
- $(LD) -o $@ $*.$O