Update host C# applications for VS2010. Make LEDNotifier project host applications...
[pub/lufa.git] / LUFA / CodeTemplates / makefile_template.uc3
index 0e8f1a3..647a956 100644 (file)
@@ -95,7 +95,7 @@ LUFA_PATH = ### INSERT PATH TO LUFA LIBRARY RELATIVE TO PROJECT DIRECTORY HERE #
 
 
 # LUFA library compile-time options and predefined tokens (add '-D' before each token)
-LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKES HERE ###
+LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKENS HERE ###
 
 
 # Create the LUFA source path variables by including the LUFA root makefile
@@ -455,7 +455,7 @@ clean_list :
        $(REMOVEDIR) .dep
 
 doxygen:
-       @echo Generating Project Documentation...
+       @echo Generating Project Documentation \($(TARGET)\)...
        @doxygen Doxygen.conf
        @echo Documentation Generation Complete.