From ef054635fa74005a04e85eba4b7f478f64981d57 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 19 Jun 2020 15:37:31 +0200
Subject: add command: make check

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 0137e88..9ef3a86 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ all: doc
 
 doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*))))
 	mkdocs build
+
+check:
 	checklink site/index.html
 
 docs:
-- 
cgit v1.2.3