From ca08ffce6ec5441a0bdfdf2ef3770625987d36a7 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 18 Aug 2018 22:42:46 -0400 Subject: Avoid warnings from gcc without having to silence them all --- tools/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 48175fa9a..d29d5d748 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -20,9 +20,5 @@ clean: gfx md5: common.h -# suppress warnings -lzcomp: lzcomp.c - $(CC) -O3 -o $@ $< - %: %.c $(CC) $(CFLAGS) -o $@ $< -- cgit v1.2.3