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