[FIX] Remove tin folder before linking it

This commit is contained in:
Bruno BELANYI 2020-05-01 16:46:51 +02:00
parent b834507fb0
commit 91359b9c59

View file

@ -135,6 +135,7 @@ stow-scripts: scripts
$(STOW) $<
stow-tin: tin
rm -rf $(STOW_TARGET)/.tin
ln -s $(realpath tin/.tin) $(STOW_TARGET)/.tin
stow-vim: vim