summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-10 16:38:32 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-10 16:38:32 +0200
commit05ff14bfdaeca8def902c644d119f3946009bf14 (patch)
treee6e9dbb371a1e4ecf4d4f72e05589248f82494ae /Makefile
parent9243367ba376050621e4c05e8f0439742c1f0f82 (diff)
downloadvim-polyglot-05ff14bfdaeca8def902c644d119f3946009bf14.tar.gz
vim-polyglot-05ff14bfdaeca8def902c644d119f3946009bf14.zip
Add odin support, closes #544
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 157db849..9e9ec579 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ test:
@ scripts/test
dev:
- @ (ls && find scripts) | DEV=1 entr bash -c 'make && make test'
+ @ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\nscripts/test_extensions.vim" | DEV=1 entr bash -c 'make && make test'