Files
go-serial/Makefile
2014-12-14 16:07:10 +01:00

9 lines
160 B
Makefile

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