X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5db60182fa3a76c5c382e16f77db10290f24b7ae..16c6a73e6c0af28a3aa356cc5a84ead2fb563d64:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 3772491..3f71158 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,11 @@ test: build/tabular build/vader.vim test/run-tests.sh .PHONY: test +update: build/tabular build/vader.vim + cd build/tabular && git pull + cd build/vader.vim && git pull +.PHONY: update + build/tabular: | build git clone https://github.com/godlygeek/tabular build/tabular