From: Hiroshi Shirosaki Date: Wed, 9 Dec 2015 05:59:33 +0000 (+0900) Subject: Add make rule to update dependencies X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/16c6a73e6c0af28a3aa356cc5a84ead2fb563d64?ds=inline Add make rule to update dependencies --- 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