Commit ea05b35f authored by Jean-Claude BAU's avatar Jean-Claude BAU

Makefile: Display only the 20 last compilation results

parent 39244edb
......@@ -81,6 +81,6 @@ $(TARGET): $(TARGET).o
$(CC) -Wl,-Map,$(TARGET).map2 -o $@ $(TARGET).o -lrt
$(SIZE) $@
./arch-wrs/save_size.sh $(SIZE) $@
cat $(size_info_file)
tail -20 $(size_info_file)
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