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

8 lines
66 B
Makefile
Raw Normal View History

2019-07-21 23:27:30 +02:00
.PHONY: test lint
test:
@(scripts/test)
lint:
@(scripts/lint)