Add project name to the Doxygen makefile target output.
[pub/USBasp.git] / Demos / Host / ClassDriver / StillImageHost / makefile
index 490c573..f0d6f3a 100644 (file)
@@ -691,7 +691,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.