Commit cbf7754b authored by Federico Vaga's avatar Federico Vaga

rt: reduce Makefile verbosity

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 9291c3df
......@@ -70,7 +70,7 @@ $(OUTPUT): $(MOCKTURTLE_LDSCRIPT) $(OBJS)
$(SIZE) $(OUTPUT).elf
clean:
rm -f $(OBJS) $(OUTPUT).bin
@rm -f $(OBJS) $(OUTPUT).bin
install:
cp $(OUTPUT).bin $(INSTALL_PREFIX)
@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