awesome-django/Makefile
2020-07-04 12:45:35 -05:00

14 lines
142 B
Makefile

build: toc
.PHONY: alex
alex:
@npx alex README.md
.PHONY: lint
lint:
@npx awesome-lint README.md
.PHONY: toc
toc:
@npx doctoc README.md