stratux/Makefile

13 wiersze
249 B
Makefile

GOOS ?= linux
GOARCH ?= arm
GOARM ?= 7
all:
GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) go build gen_gdl90.go traffic.go ry835ai.go network.go
install:
cp -f gen_gdl90 /usr/bin/gen_gdl90
chmod 755 /usr/bin/gen_gdl90
clean:
rm -f gen_gdl90