5 lines
38 B
Makefile
5 lines
38 B
Makefile
|
|
all: adsb-ws
|
||
|
|
|
||
|
|
adsb-ws: *.go
|
||
|
|
go build
|