]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add make rule to update dependencies
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 9 Dec 2015 05:59:33 +0000 (14:59 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 9 Dec 2015 06:07:36 +0000 (15:07 +0900)
Makefile

index 3772491cdb483de7c26bb9cf564c748b551a209a..3f71158636620aa6695cd1e3b31a50f7b323c4b1 100644 (file)
--- 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