mirror of
https://github.com/ad-si/awesome-fp-jobs.git
synced 2024-12-12 12:55:30 +03:00
15 lines
173 B
Makefile
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
|