Revert "fixed STLDFLAG order in broken st Makefile"
[st.git] / Makefile
index c678ead..128ee9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ x.o: arg.h st.h win.h
 $(OBJ): config.h config.mk
 
 st: $(OBJ)
-       $(CC) -o $@ $(OBJ) $(STLDFLAGS)
+       $(CC) $(STLDFLAGS) -o $@ $(OBJ)
 
 clean:
        rm -f st $(OBJ) st-$(VERSION).tar.gz