aboutsummaryrefslogtreecommitdiff
path: root/Maintenance
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-08 06:18:54 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-08 06:18:54 +0000
commit9e1761404786b63f0f5bd965541529cf9426ac94 (patch)
tree502dda95873c7e158bfe0b8f2068958fa1fee09e /Maintenance
parent2423edc2c92ce531f91ade100304bcffce579f83 (diff)
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2091 d5102386-fcda-11dd-9fdb-3debd5008f28
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 73e1e182..87c0c253 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 \