summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-13 07:46:36 -0300
committerEuAndreh <eu@euandre.org>2023-11-13 08:00:18 -0300
commitd25037bb4e8c65d2e64be1225072d6521fbfd537 (patch)
tree526b596f55592de4337ffdef67c4e0a22f891047
parenttests/assert-*.sh: Normalize output using yellow and green colors (diff)
downloadpapod-d25037bb4e8c65d2e64be1225072d6521fbfd537.tar.gz
papod-d25037bb4e8c65d2e64be1225072d6521fbfd537.tar.xz
Makefile: Clean directory symlink potential leftover before recreating
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63c2fde..fee660a 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ node_modules/dir.sentinel:
touch $@
node_modules/$(NAME): node_modules/dir.sentinel
+ rm -f $@
ln -s ../src $@
touch $@