From: Anselm R Garbe Date: Sun, 23 Jul 2017 09:17:26 +0000 (+0200) Subject: fixed STLDFLAG order in broken st Makefile X-Git-Url: https://git.armaanb.net/?p=st.git;a=commitdiff_plain;h=7f990328e4fec8dfaaad311cb8af2304b58c872e fixed STLDFLAG order in broken st Makefile --- diff --git a/Makefile b/Makefile index 128ee9d..c678ead 100644 --- 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