From 9d70dfc76159cffc6d85530ce7d9897118d9677c Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Sat, 29 Nov 2025 08:18:48 -0600 Subject: Add sixel patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15db421..899b163 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c +SRC = st.c x.c $(SIXEL_C) OBJ = $(SRC:.c=.o) all: st -- cgit v1.2.3