diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 20:18:30 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-04 20:18:30 +0530 |
commit | 54c46dc5bab7f924e3bbd203a6d04807c97fd720 (patch) | |
tree | 3f09f56e47122d73d290f0cccc9ab0fc1fc2e39c /Makefile | |
parent | 9e87513f847505cd22188018f12293f3c51c6098 (diff) |
applying boxdraw patch and adding vertcenter patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |