Add project name to the Doxygen makefile target output.
[pub/USBasp.git] / Projects / Magstripe / makefile
index 94f521b..22442bc 100644 (file)
@@ -708,7 +708,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.