summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-17 04:29:05 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-17 04:29:05 +0300
commit59eed7c68a87f17e3bd0e60739dd75972cae9de0 (patch)
treecd8f478e9c74c9a367b2295ad801852ca57c45d6 /Makefile
parent02760c4ad088e94d69976b5d5367b918fccd69bf (diff)
boxdraw patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 470ac86..6dfa212 100644
--- a/Makefile
+++ b/Makefile
@@ -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