2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/test/generators-test/lex.jam
2002-08-16 14:25:22 +00:00

9 lines
85 B
Plaintext

rule lex ( target : source : properties * )
{
}
actions lex
{
flex -o$(<) $(>)
}