CC=gcc
OPT=-O2 -finline -finline-functions
CFLAGS=-I../lib -g $(OPT)
