Add project name to the Doxygen makefile target output.
[pub/lufa.git] / LUFA / CodeTemplates / makefile_template.avr8
index 412c8a9..e946bae 100644 (file)
@@ -682,7 +682,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.