Added failsafe in makefile

master
Mark 2022-07-09 14:41:24 -07:00
parent 8673848cee
commit 3ffc43bd5e
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

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