Files
pastepass/Makefile
2024-06-23 15:02:26 +05:30

13 lines
155 B
Makefile

setup:
go install github.com/a-h/templ/cmd/templ@latest
build:
templ generate
go build -o ./bin/pastepass
test:
go test ./...
run:
./bin/pastepass