polycule-connect/polyculeconnect/Makefile

10 lines
102 B
Makefile

.PHONY: build test
build:
go build -o build/
test:
go test -v ./...
run: build
./build/template