1 2 3 4 5 6 7
get_size: get_size.c $(CC) -static -ffreestanding -nostartfiles -s $< -o $@ TEST_GEN_PROGS := get_size include ../lib.mk