diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 23:45:50 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 23:45:50 +0530 |
commit | 8b775dba2a886c5b2d0fadddafdf58c7c69d9cfb (patch) | |
tree | dc3dd17d7014084a16d844e9ca853990ca1b7f93 /Makefile | |
parent | df482c4158e3579c8ab41d2851ea4cbb9b0057c7 (diff) |
replacing ligatures+scrollback patch w +boxdraw and applying said patch(previous one gave errors even on manual patching w 0 errors)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c boxdraw.c +SRC = st.c x.c boxdraw.c hb.c OBJ = $(SRC:.c=.o) all: options st @@ -22,7 +22,8 @@ config.h: $(CC) $(STCFLAGS) -c $< st.o: config.h st.h win.h -x.o: arg.h config.h st.h win.h +x.o: arg.h config.h st.h win.h hb.h +hb.o: st.h boxdraw.o: config.h st.h boxdraw_data.h $(OBJ): config.h config.mk |