添加lzw压缩算法
This commit is contained in:
15
zl77/Makefile
Normal file
15
zl77/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
CC = gcc
|
||||
|
||||
|
||||
# SRCS = $(wildcard *.c)
|
||||
SRCS = zl77.c ../huffman/huffman_.c
|
||||
|
||||
STR = $(subst from,to,from your heart)
|
||||
|
||||
all:
|
||||
$(CC) $(SRCS) -o hello
|
||||
|
||||
clean:
|
||||
rm -rf *.exe
|
Reference in New Issue
Block a user