list:
	make -f Makefile.Other
	strip list
Pentium: 586
pentium: 586
586:
	make -f Makefile.586
	strip list
486:
	make -f Makefile.486
	strip list
386:
	make -f Makefile.386
	strip list
clean:
	rm -f *.o
	rm -f *~
	rm -f list
