From 0aee932b5f83243027f03bbec8c1c0a9079bbf0a Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 20 Aug 2017 13:43:04 -0400 Subject: [PATCH] Add warnings for tools --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \