diff options
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 $@ $< |