Added ligature-boxdraw v0.9 patch

This commit is contained in:
2023-06-20 23:47:37 +02:00
parent a91b4c0c80
commit be27b47a83
8 changed files with 323 additions and 124 deletions

View File

@ -4,7 +4,7 @@
include config.mk
SRC = st.c x.c boxdraw.c
SRC = st.c x.c boxdraw.c hb.c
OBJ = $(SRC:.c=.o)
all: options st
@ -22,8 +22,9 @@ 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 hb.h
boxdraw.o: config.h st.h boxdraw_data.h
hb.o: st.h
$(OBJ): config.h config.mk