DEFS=-DBSD4_2
CFLAGS	= -O $(DEFS)
batcher:	batcher.c
	cc -o batcher $(CFLAGS) batcher.c
