Updated st to version 0.8.5. Updated patches as well

This commit is contained in:
2022-06-17 17:36:29 +02:00
parent abc1d97e2d
commit 86753fdeef
22 changed files with 1893 additions and 97 deletions
+3 -2
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