From 41b7e8a1ca7a780147c4b1e63d9380305832d19d Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 25 Feb 2016 16:30:11 +0100 Subject: [PATCH] Update makefile help to show 'bin' alias. See #1857 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f15867d99b..d219aa845e 100755 --- a/Makefile +++ b/Makefile @@ -733,6 +733,7 @@ TARGET_MAP = $(OBJECT_DIR)/$(FORKNAME)_$(TARGET).map all: hex bin ## binary : Make binary filetype +## bin : Alias of 'binary' ## hex : Make hex filetype bin: $(TARGET_BIN) binary: $(TARGET_BIN)