# Project: Test TCP Client Application (testclient)

-include ../Makefile.cfg

OBJ = main.o
BIN = testclient

-include ../Makefile.tpl

