aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/makefile')
-rw-r--r--Projects/Webserver/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile
index 175cf1f52..a8724412e 100644
--- a/Projects/Webserver/makefile
+++ b/Projects/Webserver/makefile
@@ -735,7 +735,7 @@ clean_list :
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
+ @echo Generating Project Documentation \($(TARGET)\)...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.