Update lzcomp to the latest version and fix Makefiles accordingly

This commit is contained in:
aaaaaa123456789
2018-08-04 23:43:59 -03:00
parent 98e670f363
commit 5a55d629e1
3 changed files with 130 additions and 19 deletions

View File

@@ -19,5 +19,10 @@ clean:
rm -f $(tools)
gfx md5: common.h
# suppress warnings
lzcomp: lzcomp.c
$(CC) -O3 -o $@ $<
%: %.c
$(CC) $(CFLAGS) -o $@ $<