xframe/vendor/github.com/alicebob/miniredis/v2/server/Makefile

10 lines
74 B
Makefile
Raw Permalink Normal View History

2024-10-12 12:55:20 +08:00
.PHONY: all build test
all: build test
build:
go build
test:
go test