sys:

This directory contains most of the UBC command sources.
Most can be re-compiled by a command of the form:

cc prog.c ../lib/libw.a

Some use the stdio library, and will require -lS:

cc prog.c -lS ../lib/libw.a

After compiling, the binaries are moved into ../ubcbin where most
binaries reside until installed on your system.

if libw.a has been installed in /lib then one need only specify it
as -lw.

If the stdio library is present already it can be used via a "-lS".
If not one should do a "cp ../stdio/libS.a /lib" to install it.
