Files
adsb-tools/sinks/adsb-ws/Makefile
Ian Gulliver 633850b3be gofmt
2016-03-10 21:49:15 -08:00

11 lines
79 B
Makefile

all: adsb-ws
adsb-ws: *.go
go build
clean:
rm -f adsb-ws
fmt:
gofmt -w .