snow/makefile

11 lines
78 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:
2024-02-10 00:34:12 +00:00
go test