mirror of
https://github.com/v1k45/pastepass.git
synced 2026-01-06 13:36:54 +00:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
setup:
|
|
go install github.com/a-h/templ/cmd/templ@latest
|
|
|
|
build:
|
|
templ generate
|
|
go build -o ./bin/pastepass
|
|
|
|
run:
|
|
./bin/pastepass
|