1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 08:45:31 +03:00

Update makefile help to show 'bin' alias. See #1857

This commit is contained in:
Dominic Clifton 2016-02-25 16:30:11 +01:00 committed by Konstantin Sharlaimov (DigitalEntity)
parent 397a864d3d
commit 41b7e8a1ca

View file

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