blob: 7d873dca66e55500d750101b967df28cc48a5685 [file] [log] [blame]
datahopper:
CGO_ENABLED=0 GOOS=linux go install -a ./go/datahopper
all: datahopper
testgo:
go test ./...
release: datahopper
./build_docker_release
.PHONY: datahopper release testgo