mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
regex fixes: retry due to lost connection
[SVN r7968]
This commit is contained in:
@ -8,8 +8,9 @@ CXX= g++ -O2 -pedantic -Wall -I../../../../ -I./ -L../../lib/gcc
|
||||
total : r2
|
||||
./r2 tests.txt
|
||||
|
||||
r2 : r2.cpp
|
||||
$(CXX) -o r2 r2.cpp -lregex++
|
||||
r2 : tests.cpp parse.cpp regress.cpp
|
||||
$(CXX) -o r2 tests.cpp parse.cpp regress.cpp -lregex++
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user