From a178c57f021692e442febfff4e592a9be8687a33 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 17 Mar 2022 21:34:13 -0400 Subject: Refactor pkmncompress.c to use common.h --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index e291bcd6..1ed253ec 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers +CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic tools := \ gfx \ -- cgit v1.3.1-sl0p