diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-29 20:08:51 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-29 20:08:51 +0100 |
commit | cec808bc19656357c78d222e7ec279e39488a4f9 (patch) | |
tree | fe0994e44a3ce48b87d9bd153f404b6ab10a81cb /Makefile | |
parent | 95d82fdb668b746ac100a8b7d2aca38038150707 (diff) | |
download | vim-polyglot-cec808bc19656357c78d222e7ec279e39488a4f9.tar.gz vim-polyglot-cec808bc19656357c78d222e7ec279e39488a4f9.zip |
Use maxdepth instead of depth in makefile, closes #652
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |