Skip to content

Commit 348412e

Browse files
committed
Update the lzfse implementation from o3
1 parent 62f0185 commit 348412e

3 files changed

Lines changed: 321 additions & 736 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LIBS = -lz
2121
# Main targets
2222
all: mzip
2323

24-
mzip: main.c config.h deflate.inc.c crc32.inc.c
24+
mzip: main.c config.h deflate.inc.c crc32.inc.c zstd.inc.c
2525
$(CC) $(CFLAGS) $(COMPRESSION_FLAGS) -o $@ main.c mzip.c $(LIBS)
2626

2727
# Enable all supported compression methods

0 commit comments

Comments
 (0)