: creates the archive file EMT.a by first generating the EMTxx.s files
echo making EMT.a archive "(it takes awhile...)"

co -q genemt.c
cc -O genemt.c -o genemt

genemt 40

cc -c EMT??.s

rm -f EMT.a
ar r EMT.a EMT??.o

rm EMT??.o
rm -f EMT??.s
rm -f genemt.c genemt
