aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-11-26 09:54:00 -0600
committerfoswret <foswret@posteo.com>2025-11-26 09:54:00 -0600
commit0ea73247a8ba4036567a9dc28b6133d4b58507b3 (patch)
tree45bc57e0d3e27df3fcac15ce81132aceae00ed30 /Makefile
parentc9493aae669fada3659547b2ce02ee292eb58ba5 (diff)
added CFLAGS to Makefile, therefore cleaned up some errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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