snow/makefile

11 lines
87 B
Makefile
Raw Normal View History

2023-10-31 22:40:14 +00:00
build:
go build
dev:
air -c .air.toml
run:
go run main.go
test:
go test -v ./...