iconv-go/Makefile

16 lines
215 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
# target package name
TARG=iconv
# regular go files
GOFILES=\
reader.go\
# files that must be processed by cgo
CGOFILES=\
converter.go\
iconv.go\
include $(GOROOT)/src/Make.pkg