CGO_ENABLED=1 all: templ generate cat ./style/*.css > ./static/style.css CGO_ENABLED=$(CGO_ENABLED) go build test: go test ./... -v format: gofmt -s -w . templ fmt . .PHONY: test format