Move implementation of the master-slave protocol to procotol.c.
[pachi/pachi-r6144.git] / distributed / Makefile
blob25b1150e67dd1337786f463d39234fa33949356b
1 INCLUDES=-I..
2 OBJS=distributed.o protocol.o
4 all: distributed.a
5 distributed.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib