diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-18 22:15:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-18 22:15:57 -0400 |
| commit | 6a6ce484d9ec0dc9c6648f60c29ea3ae7d481ef1 (patch) | |
| tree | ef297495f2b649b2d80db9a795bd256dabc13506 /tools/Makefile | |
| parent | cf69876ae575fa15acc6f0c36c382e413e29aef7 (diff) | |
| parent | 5a55d629e1bd187a723d877e44f55e0e2f6430f3 (diff) | |
Merge pull request #549 from aaaaaa123456789/master
Update lzcomp to the newest version
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 5 |
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 $@ $< |
