http-boot-server/template/Makefile

11 lines
102 B
Makefile
Raw Normal View History

2023-07-23 08:49:57 +00:00
.PHONY: build test
build:
go build -o build/
test:
go test -v ./...
run: build
./build/template