kinesis-consumer/vendor/github.com/alicebob/miniredis/server/Makefile
2024-04-10 16:50:33 +02:00

9 lines
74 B
Makefile

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