summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-12 03:53:53 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-12 03:53:53 -0500
commitebbf79f6088d8f091a61346ae5dec6f1762b4adb (patch)
treebc1ba72f3451658ba11c34fbf7a9f0933e278ed2 /Makefile
parent8bf3ce3b6c3f850817190f5ef8936440b5409cd6 (diff)
downloadconf-ebbf79f6088d8f091a61346ae5dec6f1762b4adb.tar.gz
conf-ebbf79f6088d8f091a61346ae5dec6f1762b4adb.zip
remove vim config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af40754..303b645 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,6 @@ submodules:
@git submodule update --init --recursive
update:
- @git submodule foreach '(if [ $$sm_path == "vim/.vim/pack/filetype/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
+ @git submodule foreach 'git checkout master && git pull'
.PHONY: build install uninstall clean submodules update