Added box to main st, kept old bst

This commit is contained in:
z3rOR0ne 2023-02-17 22:59:37 -08:00
parent 8d52525889
commit 4de41c65c1
42 changed files with 13849 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