dumb/Makefile

9 lines
267 B
Makefile
Raw Normal View History

2024-03-05 19:47:02 +01:00
VERSION=`git rev-parse --short HEAD`
gentempl:
@command -v templ &> /dev/null || go install github.com/a-h/templ/cmd/templ@latest
build:gentempl
2024-03-05 19:47:02 +01:00
templ generate && go build -ldflags="-X 'github.com/rramiachraf/dumb/data.Version=$(VERSION)' -s -w"
2024-03-06 12:01:04 +01:00
fmt:
templ fmt .