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