mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
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,5 +14,5 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
make -C ClassDriver $@
|
||||
make -C LowLevel $@
|
||||
$(MAKE) -C ClassDriver $@
|
||||
$(MAKE) -C LowLevel $@
|
||||
|
||||
Reference in New Issue
Block a user