7 lines
128 B
Makefile
7 lines
128 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
templ generate
|
|
tailwindcss -i ./tailwind.css -o ./public/css/tailwind.css
|
|
go build -o template main.go
|