Adds Ligatures patch

https://github.com/cog1to/st-ligtures
This commit is contained in:
Jonathan Hodgson 2020-04-05 09:18:35 +01:00
parent ba17528c63
commit 325809d127
10 changed files with 164 additions and 2303 deletions

View file

@ -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