dumb/Makefile

5 lines
145 B
Makefile
Raw Normal View History

gentempl:
@command -v templ &> /dev/null || go install github.com/a-h/templ/cmd/templ@latest
build:gentempl
templ generate && go build -o dumb