summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
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 $@ $<