2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/test/m1-02/Jamfile
2002-04-17 14:10:54 +00:00

11 lines
130 B
Plaintext

make a
: @a.obj @auxillary/b.obj/<optimization>space
: yfc-link
;
make a.obj
: a.cpp
: yfc-compile
;