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 \