diff options
author | mackarelfish <mackarelfish93@gmail.com> | 2020-05-12 03:46:52 +0700 |
---|---|---|
committer | mackarelfish <mackarelfish93@gmail.com> | 2020-05-12 03:46:52 +0700 |
commit | 4edc7282ab841142e970dcb4f03f251bb5ed7292 (patch) | |
tree | 5b389d84174f7640768832d4e07eb6da404570a1 /Makefile | |
parent | fdf3989005a9003b90a3e98d4ba5684d52f11d3c (diff) |
Added ligatures patch
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 |