mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
13 lines
137 B
Makefile
13 lines
137 B
Makefile
run:
|
|
@go tool templ generate
|
|
@go run .
|
|
|
|
gen:
|
|
@go tool templ generate
|
|
|
|
test:
|
|
@go test -v ./...
|
|
|
|
build:
|
|
@go build -o bin/main main.go
|