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/$@