mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
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 = ../
|
LUFA_ROOT = ../
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
upgrade-doxygen:
|
upgrade-doxygen:
|
||||||
@echo Upgrading Doxygen.conf files...
|
@echo Upgrading Doxygen.conf files...
|
||||||
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user