: mk_lib - make libGC.a

cc -c -O *.c
chmod 644 *.o
ar rv libGC.a *.o
rm *.o
echo mv libGC.a /usr/lib/libGC.a when ready
