projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa49bc1
)
Prevent the first maintenance script rule from running if no target is specified...
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 8 Mar 2012 06:18:54 +0000
(06:18 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 8 Mar 2012 06:18:54 +0000
(06:18 +0000)
Maintenance/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
73e1e18
..
87c0c25
100644
(file)
--- a/
Maintenance/makefile
+++ b/
Maintenance/makefile
@@
-10,6
+10,8
@@
\r
LUFA_ROOT = ../
\r
\r
+all:
\r
+
\r
upgrade-doxygen:
\r
@echo Upgrading Doxygen.conf files...
\r
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
\r