From c46a160aa0618182c92f8a135fd8a35e53cdb4bf Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 31 May 2026 09:44:56 +0200 Subject: Boxdraw Support --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f01809d..f31234d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c hb.c +SRC = st.c x.c boxdraw.c hb.c OBJ = $(SRC:.c=.o) all: st @@ -17,6 +17,7 @@ config.h: st.o: config.h st.h win.h x.o: arg.h config.h st.h win.h hb.h +boxdraw.o: config.h st.h boxdraw_data.h hb.o: st.h $(OBJ): config.h config.mk -- cgit