boxdraw added

This commit is contained in:
Luke Smith
2020-05-05 13:55:37 -04:00
parent b43e574fa6
commit b35e4f5727
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