summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-08-20 13:43:04 -0400
committeryenatch <yenatch@gmail.com>2017-09-24 01:07:05 -0400
commit0aee932b5f83243027f03bbec8c1c0a9079bbf0a (patch)
tree9090a9bcb5356cb37f7f7bedfe30171c8b2a6162
parent59a27d5907874a43662b1b95b84f8558abae0473 (diff)
Add warnings for tools
-rw-r--r--tools/Makefile2
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 \