polycule-connect/polyculeconnect/Makefile

11 lines
102 B
Makefile
Raw Permalink Normal View History

2023-10-12 18:36:34 +00:00
.PHONY: build test
build:
go build -o build/
test:
go test -v ./...
run: build
./build/template