summaryrefslogtreecommitdiff
path: root/files/config/suckless/st/Makefile.orig
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.orig
parente8b5675eb77aa20027f369ca278457b6a7c2e142 (diff)
More small changes, added thunderbird items.
Diffstat (limited to 'files/config/suckless/st/Makefile.orig')
-rw-r--r--files/config/suckless/st/Makefile.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/config/suckless/st/Makefile.orig b/files/config/suckless/st/Makefile.orig
index 15db421..a64b4c2 100644
--- a/files/config/suckless/st/Makefile.orig
+++ b/files/config/suckless/st/Makefile.orig
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c
+SRC = st.c x.c boxdraw.c
OBJ = $(SRC:.c=.o)
all: st
@@ -17,6 +17,7 @@ config.h:
st.o: config.h st.h win.h
x.o: arg.h config.h st.h win.h
+boxdraw.o: config.h st.h boxdraw_data.h
$(OBJ): config.h config.mk