aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:18:48 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:18:48 -0600
commit9d70dfc76159cffc6d85530ce7d9897118d9677c (patch)
treee2171e954cdeed661b8e8af3500992d9b656f96e /Makefile
parentb1c93ae35772f4fb3a923605fefa02bf1fee585e (diff)
Add sixel patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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