# Module netclient
# NQS netclient.
#
# Makefile produced automatically by SETUP.

include ../SETUP/Makefile.in

OBJS = \
       netclient.o \

build: netclient

netclient: $(OBJS)
	$(CC) $(LDCFLAGS) -o netclient $(OBJS) $(LIBS)
	ln -f netclient ../bin

netclient.o: netclient.c
	$(CC) $(CFLAGS) -c netclient.c -o netclient.o

