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