Files
mochi-mqtt/vendor/github.com/alicebob/miniredis/v2/server/Makefile
2022-12-10 21:49:32 +00:00

10 lines
74 B
Makefile

.PHONY: all build test
all: build test
build:
go build
test:
go test