Add project name to the Doxygen makefile target output.
[pub/USBasp.git] / Demos / Device / ClassDriver / GenericHID / makefile
index ba6d56f..05f2c9a 100644 (file)
@@ -694,7 +694,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.