summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2018-08-04 23:43:59 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2018-08-04 23:43:59 -0300
commit5a55d629e1bd187a723d877e44f55e0e2f6430f3 (patch)
treeaf9a22a11a803e5e1da00ae538f59923513c202c /tools/Makefile
parent98e670f3637b5f845a91423ee2d624d2f1e331a6 (diff)
Update lzcomp to the latest version and fix Makefiles accordingly
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 5 insertions, 0 deletions
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 $@ $<