Files
woff2/brotli/dec/Makefile
T
2013-11-19 14:32:56 -08:00

11 lines
140 B
Makefile

#brotli/dec
include ../../shared.mk
OBJS = bit_reader.o decode.o huffman.o safe_malloc.o streams.o
all : $(OBJS)
clean :
rm -f $(OBJS)