as - att.s;mv a.out att.o
as - bgen.s;mv a.out bgen.o
as - bmove.s;mv a.out bmove.o
as - ctrl.s;mv a.out ctrl.o
as - qsort.s;mv a.out qsort.o
as - wgen.s;mv a.out wgen.o
as - wmove.s;mv a.out wmove.o
cc -n -O agen.c bheur.c book.c bplay.c data.c init.c io.c mater.c play.c savres.c setup.c stat.c stdinn.c wheur.c wplay.c *.o
mv a.out chess
echo done chess
rm *.o
