Add project name to the Doxygen makefile target output.
[pub/USBasp.git] / Demos / Device / LowLevel / Mouse / makefile
index ff2758f..adb6d6b 100644 (file)
@@ -693,7 +693,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.