polycule-connect/template/Makefile
2023-10-11 09:55:28 +02:00

10 lines
102 B
Makefile

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