Skip to content
Snippets Groups Projects
Commit 65019e44 authored by Dean Camera's avatar Dean Camera
Browse files

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

Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
parent fa49bc15
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment