diff --git a/justfile b/justfile index 6c38983..77317a7 100644 --- a/justfile +++ b/justfile @@ -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: