Files
go-serial/serial/Makefile
Cristian Maglie c0438ea53f first commit
2014-12-07 21:25:14 +01:00

9 lines
141 B
Makefile

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