summaryrefslogtreecommitdiff
path: root/files/config/suckless/st/Makefile.rej
diff options
context:
space:
mode:
authorshipwreckt <me@shipwreckt.co.uk>2025-10-16 22:13:02 +0100
committershipwreckt <me@shipwreckt.co.uk>2025-10-16 22:13:02 +0100
commite63a16b509b05993fc7900b6296ba8601e343976 (patch)
treeb9e1d57e09a111981427bafe3b3223384e358830 /files/config/suckless/st/Makefile.rej
parente8b5675eb77aa20027f369ca278457b6a7c2e142 (diff)
More small changes, added thunderbird items.
Diffstat (limited to 'files/config/suckless/st/Makefile.rej')
-rw-r--r--files/config/suckless/st/Makefile.rej20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/config/suckless/st/Makefile.rej b/files/config/suckless/st/Makefile.rej
new file mode 100644
index 0000000..bb559e5
--- /dev/null
+++ b/files/config/suckless/st/Makefile.rej
@@ -0,0 +1,20 @@
+--- Makefile
++++ Makefile
+@@ -4,7 +4,7 @@
+
+ include config.mk
+
+-SRC = st.c x.c
++SRC = st.c x.c rowcolumn_diacritics_helpers.c graphics.c
+ OBJ = $(SRC:.c=.o)
+
+ all: st
+@@ -16,7 +16,7 @@ config.h:
+ $(CC) $(STCFLAGS) -c $<
+
+ st.o: config.h st.h win.h
+-x.o: arg.h config.h st.h win.h
++x.o: arg.h config.h st.h win.h graphics.h
+
+ $(OBJ): config.h config.mk
+