Distributed engine code cleanup: split select_best_move() in two functions.
[pachi/pachi-r6144.git] / patternscan / Makefile
blobe34f449dfd0a5b57ef6ae24376ea1910932e8601
1 INCLUDES=-I..
2 OBJS=patternscan.o
4 all: patternscan.a
5 patternscan.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib