mirror of
https://github.com/Luzifer/culmqtt.git
synced 2024-11-13 00:02:49 +00:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/jacobsa/go-serial/serial
|
|
GOFILES=\
|
|
serial.go\
|
|
open_$(GOOS).go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|