aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65c91b0..72a1ac0 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ $(WORKFLOW_DIAGRAMS): %.svg: %.cwl
-e 's/label=\K[^\s",]+|translate_to_\w+/ "\"".join(" ", split(m{_}, $$&))."\"" /ge' \
| dot -Tsvg > $@
-check: $(DIFFTESTS:%=check-md-%)
+check: $(DIFFTESTS:%=check-native-%)
$(strip luacheck --quiet --std none \
--read-globals assert error ipairs os type pandoc PANDOC_VERSION \
-- $(FILTER))