de475a11dcbb26da429095283fec4e034bee577f
[tpg/acess2.git] / Usermode / Applications / testclient_src / Makefile
1 # Project: Test TCP Client Application (testclient)
2
3 -include ../Makefile.cfg
4
5 OBJ = main.o
6 BIN = testclient
7 LDFLAGS += -lnet
8
9 -include ../Makefile.tpl
10

UCC git Repository :: git.ucc.asn.au