aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/RNDISEthernetHost/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-12 10:18:18 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-12 10:18:18 +0000
commitfd64f29c47b84bb3c28b828865d239a536aac11d (patch)
treeeb61890d94863cc2c4f420543b11fc4b8474e2cb /Demos/Host/LowLevel/RNDISEthernetHost/makefile
parentfa181f98d417b08d55032272720af7404013ed99 (diff)
Add missing clean_doxygen phony targets to the project makefiles.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1374 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/RNDISEthernetHost/makefile')
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/makefile b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
index 09db0cb2..054ad532 100644
--- a/Demos/Host/LowLevel/RNDISEthernetHost/makefile
+++ b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
@@ -735,4 +735,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