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:
parent
397a864d3d
commit
41b7e8a1ca
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue