N-liberty semeai defensive tactics: Introduce, add Moggy nlibrate, nlib_count
[pachi/json.git] / tactics / Makefile
blob82762dbd0379904eb21000003ece2725f3b8b659
1 INCLUDES=-I..
2 OBJS=1lib.o 2lib.o nlib.o ladder.o selfatari.o util.o
4 all: tactics.a
5 tactics.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib