Files
go-serial/serial/Makefile
2014-12-13 20:17:11 +04:30

9 lines
160 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=github.com/bugst/go-serial/serial
GOFILES=serial.go native_$(GOOS).go native_z$(GOOS).go
include $(GOROOT)/src/Make.pkg