st
simple terminal
git clone https://9o.is/git/st.git
commit 7faefe1792527790e1d6ba38f0e1f15ca8b61c2c parent 6358308d356b3fcaa190eeaa44cbe8aa5d3234ad Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 15 Sep 2017 11:16:37 +0200 Revert "Revert "fixed STLDFLAG order in broken st Makefile"" This reverts commit d2fad81d5939556a708006b36190d0608c3d6fab. Sorry, the original commit was correct after all. It allows has the correct link order and supports static-linking also. Just a reminder: it is important to give a (brief) rationale of the patch intentions. Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -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