go-dmr/Makefile
Wijnand Modderman-Lenstra 3eab182746 Added dmrstream
2015-12-14 16:09:27 +01:00

15 lines
345 B
Makefile

all: deps build
build: build-dmrstream
build-dmrstream:
go build ./cmd/dmrstream/
@ls -alh dmrstream
deps: godeps oggfwd
godeps:
go get -v $(shell go list -f '{{ join .Deps "\n" }}' ./... | sort -u | egrep '(gopkg|github)' | grep -v '/tehmaze/go-dmr')
oggfwd:
$(CC) -O2 -pipe -Wall -ffast-math -fsigned-char -lshout -pthread -o $@ $@.c