aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-08 06:18:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-08 06:18:54 +0000
commit65019e440845436e9833b7a2323c0bcfe68707c7 (patch)
tree502dda95873c7e158bfe0b8f2068958fa1fee09e /Maintenance
parentfa49bc152cc2d883df92eab1b1112b08bcafc470 (diff)
downloadlufa-65019e440845436e9833b7a2323c0bcfe68707c7.tar.gz
lufa-65019e440845436e9833b7a2323c0bcfe68707c7.tar.bz2
lufa-65019e440845436e9833b7a2323c0bcfe68707c7.zip
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
Diffstat (limited to 'Maintenance')
-rw-r--r--Maintenance/makefile2
1 files changed, 2 insertions, 0 deletions
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 \