fixed STLDFLAG order in broken st Makefile - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7f990328e4fec8dfaaad311cb8af2304b58c872e
 (DIR) parent 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66
 (HTM) 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(-)
       ---
 (DIR) 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