1
0
2019-07-21 21:27:30 +00:00

8 lines
66 B
Makefile

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