
CC = gcc
LD = gcc
STRIP = strip
CC_FLAGS = -O5 -I./src/library -DARCH_X86
LD_FLAGS = -static -nostdinc -nostdlib -L./target/lib
CLEAN_FILE = rm -f

