From 3ffc43bd5eda1335f66b56bb136882c4dd1423bb Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 9 Jul 2022 14:41:24 -0700 Subject: [PATCH] Added failsafe in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc308f1..85fc127 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ KEYBOARDS := $(notdir $(shell find keyboards -maxdepth 1 -mindepth 1 -type d)) .PHONY: $(KEYBOARDS) $(KEYBOARDS): @echo "Linking keyboards into $(QMK_DIR)/keyboards..." - @ln -s \ + @ln -sT \ $(shell pwd)/keyboards/$@ \ $(QMK_DIR)/keyboards/$@