From: Dean Camera Date: Thu, 8 Mar 2012 06:18:54 +0000 (+0000) Subject: Prevent the first maintenance script rule from running if no target is specified... X-Git-Tag: LUFA-120730~119 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/65019e440845436e9833b7a2323c0bcfe68707c7?ds=inline Prevent the first maintenance script rule from running if no target is specified to the maintenance script. --- diff --git a/Maintenance/makefile b/Maintenance/makefile index 73e1e1822..87c0c2533 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -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 \