summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <craigmartinjennings@gmail.com>2023-07-23 15:32:13 -0500
committerCraig Jennings <craigmartinjennings@gmail.com>2023-07-23 15:32:13 -0500
commit0849615b3fdd9d174c0168e5f7e9ae9283d61465 (patch)
treec3dcd4737a4766dd56fb68f58707e109f0237733 /Makefile
parenta43109a9a14548c20e0aa87a55a3b685d4ed35e0 (diff)
ligatures patch applied
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d49649..a65af59 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