diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-11-07 16:56:32 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-11-07 16:56:32 -0800 |
commit | af4500539de576c28d982faad6ac8b845ed236ce (patch) | |
tree | 48b6beae2420b1b9a2c26973c52bf0cb88a2110f | |
parent | b84692c0fbbd771deab1e8fb75a7f83585c24253 (diff) | |
download | mc-af4500539de576c28d982faad6ac8b845ed236ce.tar.gz |
Use shorter relative paths.
No reason, it just looks prettier in 'mbld' output.
-rw-r--r-- | bench/bld.sub | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/bench/bld.sub b/bench/bld.sub index ca8d242..cee5b31 100644 --- a/bench/bld.sub +++ b/bench/bld.sub @@ -1,48 +1,48 @@ bin intsort {noinst} = intsort.myr - lib @/lib/std:std - lib @/lib/sys:sys + lib ../lib/std:std + lib ../lib/sys:sys ;; bin copious-allocs {noinst} = copious-allocs.myr - lib @/lib/std:std - lib @/lib/sys:sys + lib ../lib/std:std + lib ../lib/sys:sys ;; bin sha1-compute {noinst} = sha1-compute.myr - lib @/lib/std:std - lib @/lib/sys:sys - lib @/lib/cryptohash:cryptohash + lib ../lib/std:std + lib ../lib/sys:sys + lib ../lib/cryptohash:cryptohash ;; bin bigfactorial {noinst} = bigfactorial.myr - lib @/lib/std:std - lib @/lib/sys:sys + lib ../lib/std:std + lib ../lib/sys:sys ;; bin mandelbrot {noinst} = mandelbrot.myr - lib @/lib/std:std - lib @/lib/sys:sys - lib @/lib/bio:bio + lib ../lib/std:std + lib ../lib/sys:sys + lib ../lib/bio:bio ;; bin regex-match {noinst} = regex-match.myr - lib @/lib/std:std - lib @/lib/sys:sys - lib @/lib/regex:regex + lib ../lib/std:std + lib ../lib/sys:sys + lib ../lib/regex:regex ;; bin many-memcpy {noinst} = many-memcpy.myr - lib @/lib/std:std - lib @/lib/sys:sys + lib ../lib/std:std + lib ../lib/sys:sys ;; # benchmark runner bin runbench {noinst} = runbench.myr - lib @/lib/std:std - lib @/lib/sys:sys + lib ../lib/std:std + lib ../lib/sys:sys ;; cmd benchit = |