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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue