default: watcom djgpp

watcom:
	wmake -f makefile.wat

djgpp:
	make -f makefile.gpp
