Prevent the first maintenance script rule from running if no target is specified to the maintenance script.

pull/1469/head
Dean Camera 13 years ago
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…
Cancel
Save