Because my development environment is much different than John's, I
hacked together a script file, using the flags indicated in the original
Makefile.wbrun, that I believe should produce a correct executable.
I copied the _main.c file from Disk #2 of the Lattice 3.10 distribution to
the local directory and then ran "execute build", where the contents of 
build were as follows (you will need to make appropriate mods):

vd0:c/lc1 -oram:_main.q -ivd0:include/ -ilattice/ -b -dTINY _main
vd0:c/lc2 -v -s -r -o_main.o ram:_main
vd0:c/lc1 -oram:WBRun.q -ivd0:include/ -ilattice/ -b -dTINY WBRun
vd0:c/lc2 -v -s -r -oWBRun.o ram:WBRun
vd0:c/blink vd0:lib/c.o+_main.o+WBRun.o library vd0:lib/lc.lib+vd0:lib/amiga.lib to WBrun map nil:

The resulting executable seems to work fine for the cases I tested it for.

-Fred

[Late note:  I was able to log on to the Software Distillery and download
 the latest wbrun.arc file posted there.  The contents appear in the
 subdirectory "orig".  During de-arcing, I got a CRC error on wbrun.doc.]

