summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-29 20:08:51 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-29 20:08:51 +0100
commitcec808bc19656357c78d222e7ec279e39488a4f9 (patch)
treefe0994e44a3ce48b87d9bd153f404b6ab10a81cb
parent95d82fdb668b746ac100a8b7d2aca38038150707 (diff)
downloadvim-polyglot-cec808bc19656357c78d222e7ec279e39488a4f9.tar.gz
vim-polyglot-cec808bc19656357c78d222e7ec279e39488a4f9.zip
Use maxdepth instead of depth in makefile, closes #652
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 827ac66b..dbf88317 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ test:
@ scripts/test
dev:
- @ find scripts autoload/polyglot ftdetect tests . -type f -depth 1 | DEV=1 entr bash -c 'make && make test'
+ @ find scripts autoload/polyglot ftdetect tests . -type f -maxdepth 1 | DEV=1 entr bash -c 'make && make test'