mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-13 07:11:12 +01:00
Makefile: really ignore excluded directory names
This commit is contained in:
parent
53bc47cc13
commit
6d05b016d3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue