summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-08-18 22:15:57 -0400
committerGitHub <noreply@github.com>2018-08-18 22:15:57 -0400
commit6a6ce484d9ec0dc9c6648f60c29ea3ae7d481ef1 (patch)
treeef297495f2b649b2d80db9a795bd256dabc13506 /tools/Makefile
parentcf69876ae575fa15acc6f0c36c382e413e29aef7 (diff)
parent5a55d629e1bd187a723d877e44f55e0e2f6430f3 (diff)
Merge pull request #549 from aaaaaa123456789/master
Update lzcomp to the newest version
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 $@ $<