
include ../../Makefile.config
OBJECTS = $(ZL_OPTMOD)

all: $(OBJECTS)

clean:
	rm -f *~
	rm -f *.o


