Files
boost_algorithm/example/Makefile
Jesse Williamson e9c9685fe9 Documentation updates and new Doxyfile; new unit test and minor fix;
moved minmax_macro; new example.


[SVN r52655]
2009-04-28 19:57:54 +00:00

8 lines
130 B
Makefile

BOOST_ALGORITHM_INC=-I../../../ -I../../../boost/
CXX=c++
all:
$(CXX) -Wall -o example_1 example_1.cpp $(BOOST_ALGORITHM_INC)