summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-08 21:08:52 -0500
committerZachIR <zachir@librem.one>2025-07-08 21:08:52 -0500
commit1f5344705216be2234d29d9b0ea675577988caa4 (patch)
tree196ee0a839d0b807479b8b4b549f16ccfab260ef /Makefile
parentaf79d1853cf8d501bbdf14b6d4b2df81bdaf1526 (diff)
Apply ligatures patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15db421..dfcea0f 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: st
@@ -16,7 +16,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