X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Ftestclient_src%2FMakefile;fp=Usermode%2FApplications%2Ftestclient_src%2FMakefile;h=3352683565380104dcfeb47e21ae2d39c4a6e084;hb=7edeed66f89e03c3de5fb7d3b41421f23c1bc4f7;hp=0000000000000000000000000000000000000000;hpb=2ae2035466cfa7816079a067ccee25e2b8bac6bc;p=tpg%2Facess2.git diff --git a/Usermode/Applications/testclient_src/Makefile b/Usermode/Applications/testclient_src/Makefile new file mode 100644 index 00000000..33526835 --- /dev/null +++ b/Usermode/Applications/testclient_src/Makefile @@ -0,0 +1,9 @@ +# Project: testclient + +-include ../Makefile.cfg + +OBJ = main.o +BIN = ../testclient + +-include ../Makefile.tpl +