This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed STLDFLAG order in broken st Makefile
master
Anselm R Garbe
7 years ago
parent
8dacdfbab1
commit
7f990328e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save