
# we'd never want this (perl 5 is so much better, but its easier to 
# test things in unix than qdos

linux:
	cd unix ; $(MAKE)

qdos:
	cd Qdos ; $(MAKE)


dist:	Qdos/perl
	qlzip -9ur /home/jrh/Comms/WebPage/perl4qdos.zip . -x '*.o' -x 'Unix/*.o' -x Unix/perl
