blob: c13efcea9e31ce5a37a008faac31b54eb5a71e86 [file] [log] [blame]
datahopper:
go install -v ./go/datahopper
all: datahopper
testgo:
go test ./...
release:
./build_release
.PHONY: datahopper release testgo