Add warnings for tools

This commit is contained in:
yenatch 2017-08-20 13:43:04 -04:00
parent 59a27d5907
commit 0aee932b5f

View File

@ -1,7 +1,7 @@
.PHONY: all clean
CC := gcc
CFLAGS := -std=c99
CFLAGS := -std=c99 -Wall -Wextra
tools := \
lzcomp \