Pulls latest version of st - removes all patches

This commit is contained in:
Jonathan Hodgson 2020-09-28 12:00:33 +01:00
parent bf144b728f
commit eb5b617652
12 changed files with 373 additions and 567 deletions

View file

@ -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
@ -32,7 +31,6 @@ st: $(OBJ)
clean:
rm -f st $(OBJ) st-$(VERSION).tar.gz
rm config.h
dist: clean
mkdir -p st-$(VERSION)