master
Christopher P. Brown 2021-12-25 09:24:19 -07:00
parent ca4413be2a
commit 20e63e4d79
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ html:
# word count
words:
find src -type f -iname '*.txt' -print0 | xargs -0 wc -w
@find src -type f -iname '*.txt' -print0 | xargs -0 wc -w
# clean up artifacts
clean: