From 2560e1d607db14a2e15b62916b5aaa9f18d7d6a2 Mon Sep 17 00:00:00 2001 From: Dave Vandervies Date: Sat, 14 Dec 2019 16:32:55 -0500 Subject: [PATCH] Turn on warnings --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f8bebda..50d963d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ LIBS= +CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -std=c99 -pedantic -O all: