fish: functions/vb: Remove build directory before compiling
This commit is contained in:
parent
6c30de3b18
commit
43f6e5331b
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
function vb --description 'Build helper for neovim'
|
function vb --description 'Build helper for neovim'
|
||||||
make distclean && make CC=gcc CMAKE_BUILD_TYPE=Release && \
|
doas rm -rf build && make distclean && make CC=gcc CMAKE_BUILD_TYPE=Release && doas rm -rf /usr/local/share/nvim/runtime/ && doas make install
|
||||||
doas rm -rf /usr/local/share/nvim/runtime/ && \
|
|
||||||
doas make install
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue