We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d82fd commit cec808bCopy full SHA for cec808b
Makefile
@@ -7,4 +7,4 @@ test:
7
@ scripts/test
8
9
dev:
10
- @ 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'
0 commit comments