diff options
author | zachir <zachir@librem.one> | 2023-02-20 01:52:58 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 01:52:58 -0600 |
commit | e37e594a2a75e965c353dd541385208d03f2b4bc (patch) | |
tree | 59126c7bb6dff97bc76a13b8e82fc78034cc16e2 /Makefile | |
parent | 6cafedb4b171c53bea640d7850988526b3b64c20 (diff) |
add alpha anysize bold-is-not-bright boxdraw_v2 charoffsets clipboard and focus patches
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 |