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 2c991c0bc5c8291358925cf1cebe86903cf369f8
parent b5fde6a4464fcf3f6b9368eb0244f5b8d7550852
Author: Pollux <pollux@pollux.codes>
Date:   Sat, 19 Jul 2025 16:21:18 -0500

chore: Remove config.h

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

Diffstat:
MMakefile | 5+----
Dconfig.def.h | 0
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,10 +2,7 @@ include config.mk all: morph -config.h: - cp config.def.h config.h - -morph: morph.c config.h +morph: morph.c $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) morph.c -o morph clean: diff --git a/config.def.h b/config.def.h