mirror of
https://github.com/Luzifer/culmqtt.git
synced 2024-11-10 06:50:06 +00:00
9 lines
145 B
Makefile
9 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
|