Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 7e985d0

Browse files
committed
add make testlink command
1 parent 2642346 commit 7e985d0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Makefile for docs
2+
3+
.PHONY: testlink
4+
5+
testlink:
6+
lychee -b . --verbose --exclude '%23.*' './**/*.md'

0 commit comments

Comments
 (0)