Added failsafe in makefile
parent
8673848cee
commit
3ffc43bd5e
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ KEYBOARDS := $(notdir $(shell find keyboards -maxdepth 1 -mindepth 1 -type d))
|
||||||
.PHONY: $(KEYBOARDS)
|
.PHONY: $(KEYBOARDS)
|
||||||
$(KEYBOARDS):
|
$(KEYBOARDS):
|
||||||
@echo "Linking keyboards into $(QMK_DIR)/keyboards..."
|
@echo "Linking keyboards into $(QMK_DIR)/keyboards..."
|
||||||
@ln -s \
|
@ln -sT \
|
||||||
$(shell pwd)/keyboards/$@ \
|
$(shell pwd)/keyboards/$@ \
|
||||||
$(QMK_DIR)/keyboards/$@
|
$(QMK_DIR)/keyboards/$@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue