8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=seconds
|
||
|
GOFILES=\
|
||
|
seconds.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.cmd
|