aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MIDIHost/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-12 10:18:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-12 10:18:18 +0000
commitae9dab1398df10de671ba24a37ff60a504367626 (patch)
treeeb61890d94863cc2c4f420543b11fc4b8474e2cb /Demos/Host/LowLevel/MIDIHost/makefile
parent8de31cbb78f98eb4d3c5b7232e85337b15f294e5 (diff)
downloadlufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.gz
lufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.bz2
lufa-ae9dab1398df10de671ba24a37ff60a504367626.zip
Add missing clean_doxygen phony targets to the project makefiles.
Diffstat (limited to 'Demos/Host/LowLevel/MIDIHost/makefile')
-rw-r--r--Demos/Host/LowLevel/MIDIHost/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MIDIHost/makefile b/Demos/Host/LowLevel/MIDIHost/makefile
index e8e5397e8..cba3c790e 100644
--- a/Demos/Host/LowLevel/MIDIHost/makefile
+++ b/Demos/Host/LowLevel/MIDIHost/makefile
@@ -734,4 +734,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file