Support the "kgs-rules" gtp command.
[pachi.git] / distributed / Makefile
blob4c91b240099c67e0ef1d5c02605f207a0c09f693
1 INCLUDES=-I..
2 OBJS=distributed.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