# # PDM LWP 1.1 makefile for DJGPP # include makedefs.gnu all: test libs: cd src $(MAKE) cd .. test: libs cd test $(MAKE) cd ..