vikunja/vendor/github.com/ulule/limiter/v3/Makefile

8 lines
66 B
Makefile

.PHONY: test lint
test:
@(scripts/test)
lint:
@(scripts/lint)