mirror of
https://github.com/boostorg/algorithm.git
synced 2025-06-28 13:31:03 +02:00
8 lines
130 B
Makefile
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)
|