Timo Riegebauer 860135aff1 first commit
2025-04-22 09:08:17 +00:00

8 lines
116 B
Makefile

default: build run
build:
@CGO_ENABLED=0 GOOS=linux go build -o build/server main.go
run: build
@./build/server