6 lines
97 B
Makefile
Raw Permalink Normal View History

2025-05-10 21:58:58 +08:00
CFLAGS := -static -ffreestanding -nostartfiles -s
TEST_GEN_PROGS := get_size
include ../lib.mk