diff options
Diffstat (limited to 'Projects/USBtoSerial')
-rw-r--r-- | Projects/USBtoSerial/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile index 59599a3b0..ed2b825f8 100644 --- a/Projects/USBtoSerial/makefile +++ b/Projects/USBtoSerial/makefile @@ -697,7 +697,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete. |