mirror of
https://github.com/google/brotli.git
synced 2025-01-06 06:50:06 +00:00
13 lines
114 B
Makefile
13 lines
114 B
Makefile
#brotli/common
|
|
|
|
include ../shared.mk
|
|
|
|
CFLAGS += -Wall
|
|
|
|
OBJS = dictionary.o
|
|
|
|
all : $(OBJS)
|
|
|
|
clean :
|
|
rm -f $(OBJS)
|