polycule-connect/template/Makefile

11 lines
102 B
Makefile
Raw Normal View History

2023-10-11 07:55:28 +00:00
.PHONY: build test
build:
go build -o build/
test:
go test -v ./...
run: build
./build/template