mirror of
https://github.com/v1k45/pastepass.git
synced 2026-01-03 11:45:46 +00:00
13 lines
155 B
Makefile
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
|