school/cs142/smcquay/go/lab02/seconds/Makefile

8 lines
106 B
Makefile
Raw Normal View History

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