From 847e487eeffbe1acdbd7b89739118a30b2147db6 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 16:23:53 -0500 Subject: [PATCH] 'make tools' uses -pedantic --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 13bab1fb..a9906fad 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -O3 -std=c99 -Wall -Wextra +CFLAGS := -O3 -std=c99 -Wall -Wextra -pedantic tools := scan_includes gfx pkmncompress