all:
	@echo USAGE: make [win32][unix]

win32:
	make -fMakefile.bc5

unix:
	make -fMakefile.unx
