summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1484362..8b58e2a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,5 +16,7 @@ pdf: $(TARGETS_PDF)
%.pdf: %.md
pandoc "$^" -o "$@"\
--pdf-engine=pdfroff
+wc:
+ find . | grep md$ | xargs wc -w
clean:
rm -rf $(TARGETS)