first commit

This commit is contained in:
Cristian Maglie
2014-12-07 21:25:14 +01:00
commit c0438ea53f
5 changed files with 476 additions and 0 deletions

8
serial/Makefile Normal file
View File

@@ -0,0 +1,8 @@
include $(GOROOT)/src/Make.inc
TARG=github.com/bugst/go-serial/serial
GOFILES=serial.go native_$(GOOS).go
include $(GOROOT)/src/Make.pkg