Files
termi/Makefile
2026-03-26 22:56:53 +09:00

11 lines
77 B
Makefile

all: build
build:
go build ./...
fmt:
go fmt ./...
test:
go test ./...