/Makefile
https://code.google.com/ · Makefile · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · b27e97597d67ee95db8f739fc69f667d MD5 · raw file
- include $(GOROOT)/src/Make.inc
- TARG=github.com/tarm/goserial
- ifeq ($(GOOS),windows)
- GOFILES=serial_$(GOOS).go
- else
- CGOFILES=serial_$(GOOS).go
- endif
- GOFILES+=serial.go
- include $(GOROOT)/src/Make.pkg