Add setup, build, run Makefile

This commit is contained in:
Vikas
2024-06-02 22:48:19 +05:30
parent 7f62d17531
commit 53cf0fe6bd

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
setup:
go install github.com/a-h/templ/cmd/templ@latest
build:
templ generate
go build -o ./bin/pastepass
run:
./bin/pastepass