Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed STLDFLAG order in broken st Makefile - st - [fork] customized build of s…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 7f990328e4fec8dfaaad311cb8af2304b58c872e
parent 8dacdfbab1c476063a31bc3b8d7222ac2b70ff66
Author: Anselm R Garbe <[email protected]>
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(-)
---
diff --git a/Makefile b/Makefile
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.