forked from mfulz_github/qmk_firmware
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
This commit is contained in:
parent
fa49bc152c
commit
65019e4408
|
@ -10,6 +10,8 @@
|
|||
|
||||
LUFA_ROOT = ../
|
||||
|
||||
all:
|
||||
|
||||
upgrade-doxygen:
|
||||
@echo Upgrading Doxygen.conf files...
|
||||
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
||||
|
|
Loading…
Reference in New Issue