From 5a55d629e1bd187a723d877e44f55e0e2f6430f3 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Sat, 4 Aug 2018 23:43:59 -0300 Subject: Update lzcomp to the latest version and fix Makefiles accordingly --- tools/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 4a5d51507..48175fa9a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,5 +19,10 @@ clean: rm -f $(tools) gfx md5: common.h + +# suppress warnings +lzcomp: lzcomp.c + $(CC) -O3 -o $@ $< + %: %.c $(CC) $(CFLAGS) -o $@ $< -- cgit v1.2.3