summaryrefslogtreecommitdiff
path: root/vendor/github.com/ulule/limiter/v3/Makefile
blob: 90f076e0a2d82ccc3e1357263bdebbd82cea7b3a (plain)
1
2
3
4
5
6
7
.PHONY: test lint

test:
	@(scripts/test)

lint:
	@(scripts/lint)