mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Documentation updates and new Doxyfile; new unit test and minor fix;
moved minmax_macro; new example. [SVN r52655]
This commit is contained in:
7
example/Makefile
Normal file
7
example/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
BOOST_ALGORITHM_INC=-I../../../ -I../../../boost/
|
||||
|
||||
CXX=c++
|
||||
|
||||
all:
|
||||
$(CXX) -Wall -o example_1 example_1.cpp $(BOOST_ALGORITHM_INC)
|
Reference in New Issue
Block a user