
BOOST_ALGORITHM_INC=-I../../../ -I../../../boost/

CXX=c++

all:
	$(CXX) -Wall -o example_1 example_1.cpp $(BOOST_ALGORITHM_INC)
