shithub: mc

Download patch

ref: ce5e4f1f12efc1dd7bbc31d03ed295d19e1d8104
parent: 263762e5efcc1b30ab4f682e0534cbf9363a8575
author: Ori Bernstein <[email protected]>
date: Tue Aug 7 21:37:18 EDT 2012

Remove rand from bld.sh until it works.

--- a/bld.sh
+++ b/bld.sh
@@ -48,7 +48,6 @@
     alloc.myr\
     utf.myr \
     fmt.myr \
-    rand.myr \
     chartype.myr"
 
 OBJ="$(echo $ASM | sed 's/\.s/.o /g') $(echo $MYR | sed 's/\.myr/.o /g')"