aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2017-07-23 11:17:26 +0200
committerAnselm R Garbe <anselm@garbe.us>2017-07-23 11:17:26 +0200
commit7f990328e4fec8dfaaad311cb8af2304b58c872e (patch)
tree1e3801ca5706733d67927a5ddd53f5db3e033fa1
parent8dacdfbab1c476063a31bc3b8d7222ac2b70ff66 (diff)
downloadst-7f990328e4fec8dfaaad311cb8af2304b58c872e.tar.gz
st-7f990328e4fec8dfaaad311cb8af2304b58c872e.tar.bz2
fixed STLDFLAG order in broken st Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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