simple makefile to compiler server and client and change name of servertest.c to...
[IRC.git] / Robust / src / Runtime / DSTM / interface / Makefile
1 client:
2         gcc -g -o client trans.c testclient.c mlookup.c clookup.c llookup.c dstm.c objstr.c dstmserver.c 
3
4 server:
5         gcc -g -o server dstmserver.c testserver.c mlookup.c clookup.c llookup.c dstm.c objstr.c trans.c 
6
7 clean:
8         rm client server