forked from External/grumble
7 lines
121 B
Makefile
7 lines
121 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = packetdatastream
|
|
GOFILES = \
|
|
packetdatastream.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|