crtman/justfile
2025-10-12 20:01:19 +08:00

4 lines
105 B
Makefile

run:
CGO_ENABLED=1 go run ./main.go serve
serveinit:
CGO_ENABLED=1 go run ./main.go serve --init