summaryrefslogtreecommitdiff
path: root/Makefile
blob: dd793701fcfff7621ec669f2b77798d2cc8ce7ab (plain)
1
2
3
4
5
6
7
8
9
SHELL := /bin/bash

default: export GIT_ALLOW_PROTOCOL=file:https:ssh
default: update
	ln -sfn ${PWD}/vimrc ${HOME}/.vimrc
	ln -sfn ${PWD} ${HOME}/.vim

update:
	git submodule update --init --remote