Skip to content

Commit

Permalink
Cleanup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Feb 4, 2024
1 parent 952265b commit acba56f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default: update link install
default: link update install

clean:
find ~ -xtype l -print -delete
Expand All @@ -7,10 +7,16 @@ link:
stow --target ~ --restow `ls -d */` 2> >(grep -v 'BUG in find_stowed_path? Absolute/relative mismatch' 1>&2)

update:
git submodule update --init --recursive
git submodule sync --recursive
git submodule update --init --recursive
git submodule update --recursive --remote
nvim --headless +MasonUpdate +MasonToolsInstallSync +MasonToolsUpdateSync +TSUpdateSync +'helptags ALL' +qall
nvim --headless \
+MasonUpdate \
+MasonToolsInstallSync \
+MasonToolsUpdateSync \
+TSUpdateSync \
+'helptags ALL' \
+qall

install:
mkdir -p ~/.vim/undodir
Expand Down

0 comments on commit acba56f

Please sign in to comment.