summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c00a218..7161dca 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,6 @@ example:
cd /tmp/_site && git push -f origin master
loc:
- grep -vE '^[[:space:]]*#|^[[:space:]]*$$' makesite.py | wc -l
+ grep -vE '^[[:space:]]*#|^[[:space:]]*$$|^[[:space:]]*"""' makesite.py | wc -l
FORCE: