mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-24 04:21:10 +00:00
14 lines
142 B
Makefile
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
|