school/cs142/smcquay/go/lab00/Makefile

8 lines
102 B
Makefile
Raw Normal View History

2016-04-06 20:45:34 -07:00
include $(GOROOT)/src/Make.inc
TARG=hello
GOFILES=\
hello.go
include $(GOROOT)/src/Make.cmd