Files
src.dualinventive.com/go/authentication-service/vendor/github.com/alicebob/miniredis/server/Makefile
2024-08-09 12:10:16 +02:00

10 lines
74 B
Makefile

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