http-boot-server/bootserver/Makefile

11 lines
105 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
2023-07-23 08:54:49 +00:00
./build/boot_server