commit 7f990328e4fec8dfaaad311cb8af2304b58c872e
Author: Anselm R Garbe <[email protected]>
AuthorDate: Sun Jul 23 11:17:26 2017 +0200
Commit: Anselm R Garbe <[email protected]>
CommitDate: Sun Jul 23 11:17:26 2017 +0200
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