Reorganized repository

This commit is contained in:
Cristian Maglie
2014-12-14 16:07:10 +01:00
parent 4b5cc5816f
commit 8c49fe6332
6 changed files with 4 additions and 4 deletions

8
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 syscall_$(GOOS).go
include $(GOROOT)/src/Make.pkg