blob: e62d30a6e4e2a87187f7ff9e4637bfd121f2084f [file] [log] [blame]
#brotli/dec
include ../shared.mk
CFLAGS += -Wall
OBJS = bit_reader.o decode.o huffman.o state.o streams.o
all : $(OBJS)
clean :
rm -f $(OBJS)