# use these defaultis for compilation on linux..
CC= gcc
CFLAGS= -O3 -Wall -pedantic -ansi

# include these two libraries whenever you need to.
LEXLIB= -lfl
MATHLIB= -lm
