Initial commit
[io-compress-brotli.git] / dec / Makefile
1 #brotli/dec
2
3 include ../shared.mk
4
5 CFLAGS += -Wall
6
7 OBJS = bit_reader.o decode.o dictionary.o huffman.o state.o streams.o
8
9 all : $(OBJS)
10
11 clean :
12 rm -f $(OBJS)
This page took 0.019659 seconds and 4 git commands to generate.