#
# PDM LWP 1.0 makefile for DJGPP
#
include makedefs.gnu

all:   test

libs:
	cd src;	$(MAKE) ; cd ..

test:	libs
	cd test; $(MAKE); cd ..
