Files
pastebin/Makefile
2025-08-01 22:02:32 +02:00

14 lines
188 B
Makefile

dev:
@go tool templ generate
@go run . -addr=":6969" -max-size=32768
gen:
@go tool templ generate
test:
@go test -v ./...
run:
@go build .
@./pastebin -addr=:3000 -max-size=32768