diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-12 10:18:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-12 10:18:18 +0000 |
commit | ae9dab1398df10de671ba24a37ff60a504367626 (patch) | |
tree | eb61890d94863cc2c4f420543b11fc4b8474e2cb /Demos/Device/ClassDriver/Keyboard | |
parent | 8de31cbb78f98eb4d3c5b7232e85337b15f294e5 (diff) | |
download | lufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.gz lufa-ae9dab1398df10de671ba24a37ff60a504367626.tar.bz2 lufa-ae9dab1398df10de671ba24a37ff60a504367626.zip |
Add missing clean_doxygen phony targets to the project makefiles.
Diffstat (limited to 'Demos/Device/ClassDriver/Keyboard')
-rw-r--r-- | Demos/Device/ClassDriver/Keyboard/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Keyboard/makefile b/Demos/Device/ClassDriver/Keyboard/makefile index 1874eec06..c78a04e08 100644 --- a/Demos/Device/ClassDriver/Keyboard/makefile +++ b/Demos/Device/ClassDriver/Keyboard/makefile @@ -737,4 +737,4 @@ $(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 \ndoxygen
\ No newline at end of file |