From 1150adc4db99fc4f88f0a5ebebe2f9033784209c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Dec 2020 23:40:05 +0100 Subject: Fix detecting conf filetype, closes #641 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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' -- cgit v1.2.3