From 16c6a73e6c0af28a3aa356cc5a84ead2fb563d64 Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Wed, 9 Dec 2015 14:59:33 +0900 Subject: [PATCH] Add make rule to update dependencies --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5