diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-18 22:42:46 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-18 22:42:46 -0400 |
| commit | ca08ffce6ec5441a0bdfdf2ef3770625987d36a7 (patch) | |
| tree | 03f213f3848b84007043dfe19857b59c2f487f64 /tools/Makefile | |
| parent | 6a6ce484d9ec0dc9c6648f60c29ea3ae7d481ef1 (diff) | |
Avoid warnings from gcc without having to silence them all
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 4 |
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 $@ $< |
