~petersanchez/st

7f990328e4fec8dfaaad311cb8af2304b58c872e — Anselm R Garbe 6 years ago 8dacdfb
fixed STLDFLAG order in broken st Makefile
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 27,7 27,7 @@ x.o: arg.h st.h win.h
$(OBJ): config.h config.mk

st: $(OBJ)
	$(CC) $(STLDFLAGS) -o $@ $(OBJ)
	$(CC) -o $@ $(OBJ) $(STLDFLAGS)

clean:
	rm -f st $(OBJ) st-$(VERSION).tar.gz