[Session restore] Rename group name Enabled to Restore.
[chromium-blink-merge.git] / third_party / brotli / dec / Makefile
blob0b85c654e8aebf185c1051b72a91efe4051b5989
1 #brotli/dec
3 include ../shared.mk
5 CPPFLAGS += -Wall
7 OBJS = bit_reader.o decode.o huffman.o safe_malloc.o streams.o
9 all : $(OBJS)
11 clean :
12 rm -f $(OBJS)