From 9aa106d575444d50ed8838205657145efc751034 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 15 Mar 2019 00:38:34 -0400 Subject: Turn on -Wpedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ba46a6..68e6a17 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -std=c99 -Wall -Wextra +CFLAGS += -std=c99 -Wall -Wextra -Wpedantic SDL_PREFIX = /usr/local CFLAGS += -I$(SDL_PREFIX)/include/SDL2 -- cgit 1.4.1