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,8 +14,8 @@
|
||||
# code.
|
||||
|
||||
all:
|
||||
make -C MouseHostDevice clean
|
||||
make -C MouseHostDevice all
|
||||
$(MAKE) -C MouseHostDevice clean
|
||||
$(MAKE) -C MouseHostDevice all
|
||||
|
||||
%:
|
||||
make -C MouseHostDevice $@
|
||||
$(MAKE) -C MouseHostDevice $@
|
||||
|
||||
Reference in New Issue
Block a user