9 lines
160 B
Makefile
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
|
|
|