# Project: Test TCP Client Application (testclient)

-include ../Makefile.cfg

OBJ = main.o
BIN = testclient
LDFLAGS += -lnet

-include ../Makefile.tpl

