ref: 0aee932b5f83243027f03bbec8c1c0a9079bbf0a
parent: 59a27d5907874a43662b1b95b84f8558abae0473
author: yenatch <[email protected]>
date: Sun Aug 20 09:43:04 EDT 2017
Add warnings for tools
--- 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 \