Skip to content

Commit

Permalink
Add an uninstall convenience target
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-de-Grandmaison committed May 2, 2012
1 parent f4c5cdc commit 8802905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -8,9 +8,11 @@ clang_complete.vmb: $(FILES)
-c '$$,$$d _' \
-c "%MkVimball! $@ ." -c 'q!'

.PHONY: install
.PHONY: install uninstall
install: clang_complete.vmb
vim $< -c 'so %' -c 'q'
uninstall:
vim -c 'RmVimball clang_complete.vmb' -c 'q'

.PHONY: clean
clean:
Expand Down

0 comments on commit 8802905

Please sign in to comment.