Split off BOARD_SPATPROB; board.spatprob is not interesting for us so far
[pachi.git] / random / Makefile
blob4f2b8253c88f5b01cbcec30d2333536882bb2bf5
1 INCLUDES=-I..
2 OBJS=random.o
4 all: random.a
5 random.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib