aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2021-09-26 20:56:40 +0100
committerShivesh Mandalia <mail@shivesh.org>2021-09-26 20:56:40 +0100
commit446b356f707b1e56811ca89caa27fb083b6611d4 (patch)
tree79d5e0d125c82e92f9633db83c93793bea971ef4 /Makefile
parent04b562e98a947f6b4b036481ff01c1f59e1f2681 (diff)
downloadst-446b356f707b1e56811ca89caa27fb083b6611d4.tar.gz
st-446b356f707b1e56811ca89caa27fb083b6611d4.zip
Revert ligature support patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8697a9e..50112f1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c hb.c
+SRC = st.c x.c
OBJ = $(SRC:.c=.o)
all: options st
@@ -22,8 +22,7 @@ config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
-x.o: arg.h config.h st.h win.h hb.h
-hb.o: st.h
+x.o: arg.h config.h st.h win.h
$(OBJ): config.h config.mk