From 199ac1911f2ac6aadc31940088818e1a58f0362a Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 16:57:31 +0000 Subject: working! add channel and ppm creation using ppm6! . --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b69ebdc..ac9a786 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ LIBS = -lX11 # flags # CPPFLAGS = +# CFLAGS = -std=c99 -Wall -Wextra -O0 -g ${CPPFLAGS} -fdiagnostics-color=always # debug CFLAGS = -std=c99 -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always LDFLAGS = ${LIBS} -- cgit v1.2.3