Skip to content

Commit

Permalink
fix make uninstall, closing #19
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 24, 2014
1 parent fe7adf9 commit 54504c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,4 +9,4 @@ install:
for f in $(FILES); do install -m644 $$f $(DOTVIM)/$$f; done

uninstall:
rm -f $(FILES)
for f in $(FILES); do rm -f $(DOTVIM)/$$f; done

0 comments on commit 54504c5

Please sign in to comment.