t-unit: can_countercap
[pachi.git] / distributed / Makefile
blob448a24b2e335ba2960bc2e1c704f5a1667875f50
1 INCLUDES=-I..
2 OBJS=distributed.o protocol.o merge.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