diff options
Diffstat (limited to 'Demos/Host/ClassDriver/VirtualSerialHost/makefile')
-rw-r--r-- | Demos/Host/ClassDriver/VirtualSerialHost/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/makefile b/Demos/Host/ClassDriver/VirtualSerialHost/makefile index 7ee6255c1..b313f278c 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/makefile +++ b/Demos/Host/ClassDriver/VirtualSerialHost/makefile @@ -691,7 +691,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete. |