blob: 0162826888edc5c8030d2b2f766e2ce2a9205359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using cxx
lib{utility}: cxx{utility}
exe{driver}: cxx{driver} #lib{utility}
#exe{driver}: test.roundtrip = test.out
exe{*}: test = true
exe{*}: test.output = test.out
.: lib{utility} exe{driver}
#.: exe{driver}
|