fa2fc3d496934d0c80191e1e83c1f2d5c4d17c9f
[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.0187 seconds and 3 git commands to generate.