mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 11:42:10 +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
|
.PHONY: spelling
|
||||||
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
|
.PHONY: test
|
||||||
test: $(TARGET_FILE)
|
test: $(TARGET_FILE)
|
||||||
|
|
Loading…
Reference in a new issue