summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-24 18:52:58 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-24 18:52:58 +0200
commit9ff714cb6c43b920fd76ff793641c5191bf2e991 (patch)
tree510d832c908133a33ac095e17acf025d6f46a907 /Makefile
parente2bbed8acc1f1cf498a0085cf771cf9bf40fb709 (diff)
downloadvim-polyglot-9ff714cb6c43b920fd76ff793641c5191bf2e991.tar.gz
vim-polyglot-9ff714cb6c43b920fd76ff793641c5191bf2e991.zip
Extract non-generated code to polyglot.vim
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd5b5d84..cc1851b0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ test:
@ scripts/test
dev:
- @ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\ntests/extensions.vim" | DEV=1 entr bash -c 'make && make test'
+ @ echo "polyglot.vim\npackages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\ntests/extensions.vim" | DEV=1 entr bash -c 'make && make test'