Distributed mode: no time limit by default on slaves, control on master only
[pachi.git] / t-unit / Makefile
blob058cf029bbb2f4722410d737d0a64ba116de37b4
1 INCLUDES=-I..
2 OBJS=test.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