Added boxdraw v0.8.5 patch

This commit is contained in:
2023-06-20 23:10:41 +02:00
parent 1478e0d6ed
commit 0252e4a965
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