Distributed engine: Use larger receive queue to allow longer time settings
[pachi/t.git] / playout / Makefile
blob3cf45e7b1c6c5b284cd9e9f9696d79f0f1bf0eb4
1 INCLUDES=-I..
2 OBJS=elo.o moggy.o light.o
4 all: playout.a
5 playout.a: $(OBJS)
7 clean:
8 rm -f *.o *.a
9 clean-profiled:
10 rm -f *.gcda *.gcno
12 -include ../Makefile.lib