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