CFLAGS=-std=c99 -pedantic -Wall -O
LDFLAGS=
LD=$(CC)
STRIP=strip
EXE_EXT=

include Makefile.common
