diff --git a/Makefile b/Makefile index f84fd51..f5629f3 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ lint: .PHONY: spelling spelling: - find -name .git -prune -or -name $(DIST_DIR) -prune -or -type f | xargs codespell + @find -name .git -prune -or -name $(DIST_DIR) -prune -or -type f -print | xargs codespell .PHONY: test test: $(TARGET_FILE)