http-boot-server/bootserver/Makefile
2023-07-23 10:54:58 +02:00

10 lines
105 B
Makefile

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