ladder: use undo
[pachi.git] / t-unit / Makefile
blobccccf424c01afcb03ba8fb9c47bb94908ef08dad
1 INCLUDES=-I..
2 OBJS=test.o test_undo.o
4 all: test.a
5 test.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib