Makefile: really ignore excluded directory names

This commit is contained in:
Lars Kruse 2020-02-09 02:08:24 +01:00
parent 53bc47cc13
commit 6d05b016d3

View file

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