From 9194b65d229e0b5e560cd286db8c8753db482dcf Mon Sep 17 00:00:00 2001 From: MartenBE Date: Sun, 6 May 2018 21:05:54 +0200 Subject: [PATCH] Fixed typo for savetarget target in usage string --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index e5fb4f646..4fe43c265 100644 --- a/Makefile.include +++ b/Makefile.include @@ -400,7 +400,7 @@ usage: @echo "Miscellaneous targets:" @echo " targets Prints list of supported platforms" @echo " boards Prints a list of supported boards for TARGET" - @echo " savegtarget Saves TARGET and BOARD for future invocations of make" + @echo " savetarget Saves TARGET and BOARD for future invocations of make" @echo " savedefines Saves DEFINES for future invocations of make" @echo " clean Removes all compiled files for TARGET" @echo " distclean Removes all compiled files for all TARGETs"