Commit 0fc5ec09 authored by Federico Vaga's avatar Federico Vaga Committed by Federico Vaga

rt: on Makefile clean remove elf files

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent c1baa7bd
......@@ -70,7 +70,7 @@ $(OUTPUT): $(MOCKTURTLE_LDSCRIPT) $(OBJS)
$(SIZE) $(OUTPUT).elf
clean:
@rm -f $(OBJS) $(OUTPUT).bin
@rm -f $(OBJS) $(OUTPUT).bin $(OUTPUT).elf
install:
@cp $(OUTPUT).bin $(INSTALL_PREFIX)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment