More notes on the possible min/max method.
[pachi/pachi-r6144.git] / playout / Makefile
blob546f6bfd16a976366f525af30673e84a56bc717b
1 INCLUDES=-I..
2 OBJS=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