Makefile 97 B

12345
  1. CFLAGS := -static -ffreestanding -nostartfiles -s
  2. TEST_GEN_PROGS := get_size
  3. include ../lib.mk