Minor bootloader tweaks; make some functions static where possible to reduce the...
[pub/USBasp.git] / Projects / MissileLauncher / makefile
index e64de09..45f438a 100644 (file)
@@ -692,7 +692,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.