]> git.armaanb.net Git - st.git/blobdiff - Makefile
Revert "fixed STLDFLAG order in broken st Makefile"
[st.git] / Makefile
index c678ead14de96bb202a6ab0b82d6a877f796af6c..128ee9d406f58d269130ee167a862572ea905eea 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