blob: a33b718b9b2f4b6cea49af3759cc682f1f9b9194 [file] [log] [blame]
datahopper:
go install -v ./go/datahopper
all: datahopper
testgo:
go test ./...
release: datahopper
./build_release "`git log -n1 --format=%s`"
.PHONY: datahopper release testgo