summaryrefslogtreecommitdiffstats
path: root/third_party/brotli/dec/Makefile
blob: fa2fc3d496934d0c80191e1e83c1f2d5c4d17c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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)