Skip to content
Snippets Groups Projects
Commit ea05b35f authored by Jean-Claude BAU's avatar Jean-Claude BAU
Browse files

Makefile: Display only the 20 last compilation results

parent 39244edb
Branches
Tags
No related merge requests found
......@@ -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)
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