Match LZ compressed files (#724)

Replace lzcomp with new version and match all LZ compressed files
This commit is contained in:
aaaaaa123456789
2020-05-23 14:30:04 -03:00
committed by GitHub
parent f1513ae8ad
commit 2b7237e299
776 changed files with 1147 additions and 520 deletions

View File

@@ -20,5 +20,9 @@ clean:
gfx md5: common.h
lzcomp: CFLAGS = -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-strict-overflow -Wno-sign-compare
lzcomp: $(wildcard lz/*.c) $(wildcard lz/*.h)
$(CC) $(CFLAGS) -o $@ lz/*.c
%: %.c
$(CC) $(CFLAGS) -o $@ $<