#brotli/dec

include ../../shared.mk

OBJS = bit_reader.o decode.o huffman.o safe_malloc.o streams.o

all : $(OBJS)

clean :
	rm -f $(OBJS)
