github.com/ulule/limiter/v3@v3.11.3-0.20230613131926-4cb9c1da4633/Makefile (about) 1 .PHONY: test lint 2 3 test: 4 @(scripts/test) 5 6 lint: 7 @(scripts/lint)