1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 23:38:47 +00:00
Files
UXP/modules/brotli/dec/Makefile
T

13 lines
151 B
Makefile

#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)