diff options
author | yenatch <yenatch@gmail.com> | 2017-08-20 13:43:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-09-24 01:07:05 -0400 |
commit | 0aee932b5f83243027f03bbec8c1c0a9079bbf0a (patch) | |
tree | 9090a9bcb5356cb37f7f7bedfe30171c8b2a6162 | |
parent | 59a27d5907874a43662b1b95b84f8558abae0473 (diff) |
Add warnings for tools
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3dd4fb62a..a4f691074 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -std=c99 +CFLAGS := -std=c99 -Wall -Wextra tools := \ lzcomp \ |