summaryrefslogtreecommitdiff
path: root/paper/lua-filters/spellcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'paper/lua-filters/spellcheck/Makefile')
-rw-r--r--paper/lua-filters/spellcheck/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/paper/lua-filters/spellcheck/Makefile b/paper/lua-filters/spellcheck/Makefile
new file mode 100644
index 0000000..9d51bff
--- /dev/null
+++ b/paper/lua-filters/spellcheck/Makefile
@@ -0,0 +1,2 @@
+test:
+ @pandoc --lua-filter=spellcheck.lua sample.md | sort | diff --strip-trailing-cr -u expected.txt -