summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-18 22:42:46 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-18 22:42:46 -0400
commitca08ffce6ec5441a0bdfdf2ef3770625987d36a7 (patch)
tree03f213f3848b84007043dfe19857b59c2f487f64 /tools/Makefile
parent6a6ce484d9ec0dc9c6648f60c29ea3ae7d481ef1 (diff)
Avoid warnings from gcc without having to silence them all
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 0 insertions, 4 deletions
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 $@ $<