awesome-django/Makefile
Jeff Triplett 1088cb49a9
🔨 Adds a few tools via Make to make project updates easier
- alex - Alex can be problematic, but it can also catch a few valid insensitive mistakes people make

- doctoc - makes keeping our TOC update to much easier than without it
2020-07-04 11:47:20 -05:00

10 lines
91 B
Makefile

build: toc
.PHONY: alex
alex:
npx alex README.md
.PHONY: toc
toc:
npx doctoc README.md