CC=g++
LDLIBS=`eutils-config --libs` `edlib-config --libs` -lz
CXXFLAGS=-O3


all : parser

parser : parser.cpp

clean :
	rm -f parser