Add project name to the Doxygen makefile target output.
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / makefile
index 7b168ea..b6b2339 100644 (file)
@@ -700,7 +700,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.