heartbeat-server/Makefile
2023-05-11 10:44:21 +02:00

7 lines
72 B
Makefile

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