Pulls latest version of st - removes all patches
This commit is contained in:
parent
bf144b728f
commit
eb5b617652
12 changed files with 373 additions and 567 deletions
6
Makefile
6
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
|
||||
|
||||
|
@ -32,7 +31,6 @@ st: $(OBJ)
|
|||
|
||||
clean:
|
||||
rm -f st $(OBJ) st-$(VERSION).tar.gz
|
||||
rm config.h
|
||||
|
||||
dist: clean
|
||||
mkdir -p st-$(VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue