snow/makefile
2023-10-31 22:40:14 +00:00

11 lines
87 B
Makefile

build:
go build
dev:
air -c .air.toml
run:
go run main.go
test:
go test -v ./...