summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/willora.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/willora.mk b/mk/willora.mk
index c63516d..d969c96 100644
--- a/mk/willora.mk
+++ b/mk/willora.mk
@@ -288,6 +288,10 @@ Gemfile.lock: Gemfile
########## ########## ##########
+.PHONY: wordcount
+wordcount: ${PAPERBACK_ADOC_TOTAL}
+ @wc -w ${PAPERBACK_ADOC_TOTAL}
+
.PHONY: clean
clean:
rm -f ${CLEANFILES}