school/cs142/smcquay/go/lab00/Makefile

8 lines
102 B
Makefile

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