summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c65e89..c70939f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,7 @@ render:
publish:
rsync -avH --delete-after _site/ www-couch@xayide.jones.dk:public_websites/posten.oroe.dk/
-.PHONY: all preview render publish
+lint-markdown:
+ @mdl --ignore-front-matter --style .mdl.rb */*.qmd */*/*.qmd
+
+.PHONY: all preview render publish lint-markdown