http-boot-server/bootserver/Makefile

11 lines
105 B
Makefile
Raw Normal View History

2023-07-23 10:49:57 +02:00
.PHONY: build test
build:
go build -o build/
test:
go test -v ./...
run: build
2023-07-23 10:54:49 +02:00
./build/boot_server