summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-02-17 05:25:53 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-02-17 05:25:53 -0500
commitaada3e26cd4d7980a2d301651ba4a49368bddbde (patch)
tree19a315d533d66361f634f8b4346dba412e1f7d07 /Makefile
parentc0bd976881f7d77e052e8b6c92bb80f3c376e825 (diff)
boxdraw everything exept brailleHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a836907..2e0db09 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