mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Remove broken Makefiles.
Makefiles will be added together with a command-line interface in a later commit.
This commit is contained in:
parent
e8d668f873
commit
fe6e9b0148
10
dec/Makefile
10
dec/Makefile
@ -1,10 +0,0 @@
|
||||
#brotli/dec
|
||||
|
||||
include ../../shared.mk
|
||||
|
||||
OBJS = bit_reader.o decode.o huffman.o safe_malloc.o streams.o
|
||||
|
||||
all : $(OBJS)
|
||||
|
||||
clean :
|
||||
rm -f $(OBJS)
|
11
enc/Makefile
11
enc/Makefile
@ -1,11 +0,0 @@
|
||||
#brotli/enc
|
||||
|
||||
include ../../shared.mk
|
||||
|
||||
OBJS = backward_references.o block_splitter.o encode.o entropy_encode.o histogram.o literal_cost.o prefix.o
|
||||
|
||||
all : $(OBJS)
|
||||
|
||||
clean :
|
||||
rm -f $(OBJS) $(SO)
|
||||
|
Loading…
Reference in New Issue
Block a user