mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
9 lines
85 B
Plaintext
9 lines
85 B
Plaintext
|
|
rule lex ( target : source : properties * )
|
|
{
|
|
}
|
|
|
|
actions lex
|
|
{
|
|
flex -o$(<) $(>)
|
|
} |