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