Added boxdraw patch

This commit is contained in:
Jef Roosens 2020-08-22 14:36:06 +02:00
parent e71df0c4d8
commit 723b8d85ed
14 changed files with 3696 additions and 17 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