@ -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: