school/cs142/smcquay/go/lab00/Makefile
2016-04-06 20:45:34 -07:00

8 lines
102 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=hello
GOFILES=\
hello.go
include $(GOROOT)/src/Make.cmd