Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Revert "fixed STLDFLAG order in broken st Makefile"
[st.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
c678ead
..
128ee9d
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