zaply/Makefile

9 lines
89 B
Makefile

.PHONY: dev
dev:
bash livereload.sh
build:
templ generate
go build -o zaply main.go