2024-03-05 19:47:02 +01:00
|
|
|
VERSION=`git rev-parse --short HEAD`
|
|
|
|
|
2024-03-04 14:59:47 +01:00
|
|
|
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 .
|