snow/makefile
2024-02-10 00:34:12 +00:00

11 lines
78 B
Makefile

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