aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r--Projects/Benito/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile
index 74057cab5..d1955e380 100644
--- a/Projects/Benito/makefile
+++ b/Projects/Benito/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.