rules.mk: don't bother making .bins
This commit is contained in:
parent
34de89cb81
commit
b317d18abd
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
|
@ -119,7 +119,7 @@ LDLIBS += -specs=nosys.specs
|
|||
%: s.%
|
||||
%: SCCS/s.%
|
||||
|
||||
all: $(PROJECT).elf $(PROJECT).bin
|
||||
all: $(PROJECT).elf #$(PROJECT).bin
|
||||
flash: $(PROJECT).flash
|
||||
|
||||
# Need a special rule to have a bin dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue