Skip to content

Commit cec808b

Browse files
committed
Use maxdepth instead of depth in makefile, closes #652
1 parent 95d82fd commit cec808b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ test:
77
@ scripts/test
88

99
dev:
10-
@ find scripts autoload/polyglot ftdetect tests . -type f -depth 1 | DEV=1 entr bash -c 'make && make test'
10+
@ find scripts autoload/polyglot ftdetect tests . -type f -maxdepth 1 | DEV=1 entr bash -c 'make && make test'

0 commit comments

Comments
 (0)