mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-07 09:00:57 +00:00
10 lines
91 B
Makefile
10 lines
91 B
Makefile
|
build: toc
|
||
|
|
||
|
.PHONY: alex
|
||
|
alex:
|
||
|
npx alex README.md
|
||
|
|
||
|
.PHONY: toc
|
||
|
toc:
|
||
|
npx doctoc README.md
|