
LC1FLAGS = -. -cwusfq -b -d $(DEBUG) -i/H/ -E
LC2FLAGS = -v
DEBUG	 =
LIBBIN	 = net.lib

NHSRCS	=   debug.c membuf.c request.c sendpkt.c subs.c timer.c
NHOBJS	=   debug.o membuf.o request.o sendpkt.o subs.o timer.o

net.lib: $(NHOBJS)
    delete net.lib
    oml net.lib r $(NHOBJS)

.c.o:
    lc $*

