ftp/Makefile

9 lines
104 B
Makefile
Raw Normal View History

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