home | blog | art | now | git gpg | email | rss

morph

Generate xresources colors from an image.
git clone https://pollux.codes/git/morph.git
Log | Files | Refs | README | LICENSE
commit 5ed8b2fdb20b211c8a238e6d596c065399f79fea
parent f8e7885d4f81c3ead5696e8536e3d55a5b56ff9a
Author: Pollux <pollux@pollux.codes>
Date:   Fri, 18 Jul 2025 17:39:58 -0500

chore: Add c99 CFLAG

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,3 +1,3 @@ CPPFLAGS = -CFLAGS = -g -O0 -fsanitize=address -Wall -Werror +CFLAGS = -std=c99 -g -O0 -fsanitize=address -Wall -Werror LDFLAGS = -lImlib2 -lm