uct_notify(): Skip rest of multi-line command when slave out of sync.
[pachi/json.git] / uct / Makefile
blob23e5b9baeb43337744b2e698ef5db8313176d2df
1 INCLUDES=-I..
2 OBJS=dynkomi.o tree.o uct.o prior.o search.o slave.o walk.o
4 all: uct.a
5 uct.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib