Minor formatting fixes.

This commit is contained in:
Dean Camera 2013-09-27 18:50:34 +02:00
parent cd3aae87da
commit b6bf314d50
2 changed files with 7 additions and 6 deletions

View File

@ -31,9 +31,9 @@ LUFA_BUILD_PROVIDED_MACROS +=
# bin - Build application BIN binary object file
# hex - Build application HEX object file
# lss - Build application LSS assembly listing file
# clean - Remove all project intermediatary and binary
# clean - Remove all project intermediary and binary
# output files
# mostlyclean - Remove intermediatary output files, but
# mostlyclean - Remove intermediary output files, but
# preserve binaries
# <filename>.s - Compile C/C++ source file into an assembly file
# for manual code inspection

View File

@ -19,7 +19,8 @@ LUFA_BUILD_PROVIDED_MACROS +=
# -----------------------------------------------------------------------------
# DESCRIPTION:
# Provides a set of targets to scan a project with the free "cppcheck" static
# analysis tool, to check for code errors at runtime (see http://cppcheck.sourceforge.net).
# analysis tool, to check for code errors at runtime
# (see http://cppcheck.sourceforge.net).
# -----------------------------------------------------------------------------
# TARGETS:
#