mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 08:42:13 +00:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
|
# By default, build the project with two variants
|
|
# we've defined in project-root.jam
|
|
project
|
|
: default-build crazy super_release
|
|
;
|
|
|
|
exe a : a.cpp libs//l ;
|
|
|