aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2026-01-05 16:02:48 +0100
committerMarcel Screm <marcel@marcelscrem.com>2026-01-05 16:02:48 +0100
commit59d71f7a84b6f87002fab21a74f1f8f360eb136a (patch)
treed19d2c951ba4dc09a1543fc4dc2caaa7fc007695 /Makefile
parent8cac90eb30e53bebf8b884a60b2cc75ec7c83f5f (diff)
added ligature 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