forked from mirror/qmk_firmware
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
make -C ClassDriver/ $@
|
||||
$(MAKE) -C ClassDriver/ $@
|
||||
|
||||
Reference in New Issue
Block a user