Add project name to the Doxygen makefile target output.
[pub/USBasp.git] / Projects / LEDNotifier / makefile
index 837a78f..6abe713 100644 (file)
@@ -696,7 +696,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.