st
simple terminal
git clone https://9o.is/git/st.git
commit af742e131fbe7ad18d27b30889245bd70b70c936 parent 9a4308cebe4490bfb2c2d92abf65a289145eb056 Author: Anselm R Garbe <anselm@garbe.us> Date: Sun, 23 Jul 2017 11:17:26 +0200 fixed STLDFLAG order in broken st Makefile 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