#** Log: Thu  24/09/1998 Created

CC=wcl386 -oneatx -zm -"op el"

.c.obj:
    $(CC) -c $<

mmf_test.exe: mmf_test.obj mmf.obj
    $(CC) mmf_test.obj mmf.obj

mmf_test.obj: mmf_test.c mmf.h
mmf.obj: mmf.c mmf.h

