ftp/Makefile

9 lines
104 B
Makefile
Raw Normal View History

2011-05-07 00:29:10 +01:00
include ${GOROOT}/src/Make.inc
TARG= ftp
GOFILES=\
ftp.go\
status.go
include ${GOROOT}/src/Make.pkg