From 81df9b428bd0330af98db9c69ffe69b0441e00fd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 23 May 2020 11:29:02 +0100 Subject: Apply BoxDraw patch Homepage link: https://st.suckless.org/patches/boxdraw/ Patch link: https://st.suckless.org/patches/boxdraw/st-boxdraw_v2-0.8.3.diff Additional info: patch applied manually. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 374ec4f..8a2e1f9 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 -- cgit v1.2.3