From 91359b9c590d5e19ed13e2d26151a5f348c0c089 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 1 May 2020 16:46:51 +0200 Subject: [PATCH] [FIX] Remove tin folder before linking it --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e4b8e0..ab324d8 100644 --- a/Makefile +++ b/Makefile @@ -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