aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa_build.mk
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-09-27 18:50:34 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-09-27 18:50:34 +0200
commitb6bf314d50b8af65c3183c60825d592b031c6d84 (patch)
tree562941d8b0500404a6d38643d5a61b2a5d703c33 /LUFA/Build/lufa_build.mk
parentcd3aae87daa243413413ab9fc4e32c225c3bea03 (diff)
downloadlufa-b6bf314d50b8af65c3183c60825d592b031c6d84.tar.gz
lufa-b6bf314d50b8af65c3183c60825d592b031c6d84.tar.bz2
lufa-b6bf314d50b8af65c3183c60825d592b031c6d84.zip
Minor formatting fixes.
Diffstat (limited to 'LUFA/Build/lufa_build.mk')
-rw-r--r--LUFA/Build/lufa_build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Build/lufa_build.mk b/LUFA/Build/lufa_build.mk
index 828401096..a1a130e1e 100644
--- a/LUFA/Build/lufa_build.mk
+++ b/LUFA/Build/lufa_build.mk
@@ -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