Adds the boxdraw patch

https://st.suckless.org/patches/boxdraw/
This commit is contained in:
Jonathan Hodgson 2022-01-06 13:37:48 +00:00
parent 479087051f
commit 3421484e69
7 changed files with 451 additions and 6 deletions

View file

@ -4,7 +4,7 @@
include config.mk
SRC = st.c x.c
SRC = st.c x.c boxdraw.c
OBJ = $(SRC:.c=.o)
all: options st
@ -23,6 +23,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