X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8cd249c34240c2189b520c088afde936ec9201b3..deb1675f84aa96395845012a39513b69bc2ccb36:/LUFA/Build/lufa_build.mk diff --git a/LUFA/Build/lufa_build.mk b/LUFA/Build/lufa_build.mk index 828401096..7e5d78f2c 100644 --- a/LUFA/Build/lufa_build.mk +++ b/LUFA/Build/lufa_build.mk @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2013. +# Copyright (C) Dean Camera, 2014. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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 # .s - Compile C/C++ source file into an assembly file # for manual code inspection