aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-23 13:04:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-23 13:04:23 +1300
commit1db87556a2ccdcc1907127ca1951c25d593ef9f3 (patch)
tree5f97a632ec7f94196f65ce6720cf18eb60dd2329 /Makefile
parentPlugin updates (diff)
downloaddotfiles-1db87556a2ccdcc1907127ca1951c25d593ef9f3.tar.gz
dotfiles-1db87556a2ccdcc1907127ca1951c25d593ef9f3.zip
Add clearing submodules to clean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f26115e1..507dd21b 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ all : gnupg vim-plugins
clean :
rm -f gnupg/gpg.conf
+ git submodule deinit .
distclean : clean