aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-06-22 19:00:03 +0200
committerJonas Smedegaard <dr@jones.dk>2025-06-22 19:00:03 +0200
commitb2d7ce4a7a1a9e2da0ed9e78117a35d52595962e (patch)
tree75996dd86c8dddedad154410298d969c957ef782 /Makefile
parent52f1c6962bb32d621bba94c69ac3f8610caa7f76 (diff)
fixup! tighten luacheck options in make target check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3921cbb..d2235b6 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ $(WORKFLOW_DIAGRAMS): %.svg: %.cwl
check: $(DIFFTESTS:%=check-md-%)
$(strip luacheck --quiet --std none \
--read-globals assert error ipairs os type pandoc PANDOC_VERSION \
- -- $(FILTER)
+ -- $(FILTER))
$(DIFFTESTS:%=check-md-%): check-md-%: %.md %.md.md
-$(strip $(PANDOC) --to commonmark --lua-filter $(FILTER) --wrap preserve < $< \