Minor formatting fixes.

pull/1469/head
Dean Camera 11 years ago
parent cd3aae87da
commit b6bf314d50

@ -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

@ -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:
#

Loading…
Cancel
Save