dumb/Makefile

7 lines
249 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"