summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-15 22:23:48 -0500
committerGitHub <noreply@github.com>2022-05-15 22:23:48 -0500
commitc38d27bf66fd2ae6f1493b36b3f34c74154268e6 (patch)
tree27a6a5b16e7123182ab9702a9667e0918cc90688 /Makefile
parent06456761420bbfc96893a0f96b72c3996767e228 (diff)
update
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