From 0ea73247a8ba4036567a9dc28b6133d4b58507b3 Mon Sep 17 00:00:00 2001 From: foswret Date: Wed, 26 Nov 2025 09:54:00 -0600 Subject: added CFLAGS to Makefile, therefore cleaned up some errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c6785c..a53e318 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OBJS = draw.o main.o CAIROI = `pkg-config --cflags -libs cairo cairo-pdf` .PHONY: clean all -#CFLAGS = -O2 -g -Wall -Werror -Wextra -Winit-self -Wuninitialized -pedantic +CFLAGS = -O2 -g -Wall -Werror -Wextra -Winit-self -Wuninitialized -pedantic all: output -- cgit v1.2.3