tenfourfox/modules/brotli/dec/Makefile

13 lines
151 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
#brotli/dec
include ../shared.mk
CFLAGS += -Wall
OBJS = bit_reader.o decode.o dictionary.o huffman.o state.o
all : $(OBJS)
clean :
rm -f $(OBJS)