Files
pastebin/Makefile
csehviktor aae5a0e0fb init
2025-08-01 05:52:06 +02:00

13 lines
137 B
Makefile

run:
@go tool templ generate
@go run .
gen:
@go tool templ generate
test:
@go test -v ./...
build:
@go build -o bin/main main.go