awesome-fp-jobs/makefile
2024-05-08 09:39:55 +00:00

15 lines
173 B
Makefile

.PHONY: update-toc
update-toc:
npx markdown-toc \
--bullets='-' \
-i \
readme.md
.PHONY: test
test:
lychee \
--max-redirects 0 \
--require-https \
readme.md