diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-05-31 09:44:56 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-05-31 09:44:56 +0200 |
| commit | c46a160aa0618182c92f8a135fd8a35e53cdb4bf (patch) | |
| tree | 19e1d825ae3304b807947bbc7215cabaf0a8caad /Makefile | |
| parent | 5187e696fdafee436aced2a54524445a58ff6ada (diff) | |
| download | st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.gz st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.bz2 st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.xz st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.zip | |
Boxdraw Support
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 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 |
