8 lines
61 B
Makefile
8 lines
61 B
Makefile
all: adsb-ws
|
|
|
|
adsb-ws: *.go
|
|
go build
|
|
|
|
clean:
|
|
rm -f adsb-ws
|