summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2025-05-16 23:56:16 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2025-05-16 23:56:16 +0100
commitf0a2a7012c9c82444ebce131e68f8476d730d7a9 (patch)
treed7b2362ff9726121dce67cb625a52f632da436c2
parentda73452954034d07355fa261191c7aff69d42588 (diff)
++ Makefile
-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)