aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-02-15 10:37:28 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-02-15 10:37:28 +0100
commit211f3d3fc717a9368300d55de119f7ed51611c26 (patch)
tree443e8bf0bf39e03bb8c9fdfc16bcb5af07d61db2 /Makefile
parenta200487d9c1608e2f7e2734ed7441f8f5095a039 (diff)
Patch: ligatures-scrollback-0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 470ac86..38240da 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c
+SRC = st.c x.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
$(OBJ): config.h config.mk