summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-11-24 10:38:21 +0000
committerrafa_99 <rafa99@protonmail.com>2019-11-24 10:38:21 +0000
commit22c7003c9a3eb47f9223daa8d957a1f7c0d3f7f5 (patch)
tree774ec68c3035283c752c38f4e3698d84996a73ea /Makefile
parent2b8333f553c14c15398e810353e192eb05938580 (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