mirror of
https://github.com/google/brotli.git
synced 2025-01-05 22:41:08 +00:00
11 lines
140 B
Makefile
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)
|