summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-29 23:40:05 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-29 23:40:05 +0100
commit1150adc4db99fc4f88f0a5ebebe2f9033784209c (patch)
tree35aa09f7e5c253e06e1d7b95228e5e418b65e640 /Makefile
parent47dcae9131ac32cabf92f49093f044732a412450 (diff)
downloadvim-polyglot-1150adc4db99fc4f88f0a5ebebe2f9033784209c.tar.gz
vim-polyglot-1150adc4db99fc4f88f0a5ebebe2f9033784209c.zip
Fix detecting conf filetype, closes #641
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbf88317..8cd6d2aa 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ test:
@ scripts/test
dev:
- @ find scripts autoload/polyglot ftdetect tests . -type f -maxdepth 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'