summaryrefslogtreecommitdiff
path: root/files/config/suckless/st/Makefile.orig
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-22 22:23:00 +0100
committerShipwreckt <me@shipwreckt.co.uk>2025-10-22 22:23:00 +0100
commit1ae24861a06d773836fb674814aa03df90bbb095 (patch)
tree23c9ae7a23593be5aa1d78b1cb0d9b0cc7a255a1 /files/config/suckless/st/Makefile.orig
parente63a16b509b05993fc7900b6296ba8601e343976 (diff)
Updated install script, some configs, added vimwiki, added doas def
Diffstat (limited to 'files/config/suckless/st/Makefile.orig')
-rw-r--r--files/config/suckless/st/Makefile.orig3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/config/suckless/st/Makefile.orig b/files/config/suckless/st/Makefile.orig
index a64b4c2..15db421 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 boxdraw.c
+SRC = st.c x.c
OBJ = $(SRC:.c=.o)
all: st
@@ -17,7 +17,6 @@ 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