Add Makefile

This commit is contained in:
ViViDboarder 2015-03-26 10:36:36 -07:00
parent 9338f311a0
commit 9d6f308332
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: clean install
default: install
install:
./vim-sync-append.sh
clean:
rm -fr ./vim/plugged
rm -fr ./vim/autoload/plug.vim