diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |