Skip to content

Commit

Permalink
Makefile: fix words target in non-GNU wc
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 19, 2024
1 parent ccd9ffe commit 0745800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ undraft:

.PHONY: words
words:
wc --words **/*.md
wc -w **/*.md

.PHONY: clean
clean:
Expand Down

0 comments on commit 0745800

Please sign in to comment.