blob: 569c12cc8df134242ed28bda152e8844187c3b5d (
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}
|