snuffler-web/Makefile
2024-12-27 20:20:44 +02:00

4 lines
58 B
Makefile

run:
go run main.go
build:
go build -v -ldflags "-s -w"