X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/7f990328e4fec8dfaaad311cb8af2304b58c872e..ee5cc8e903574bf629e5159334ae6b0fad6af402:/Makefile?ds=inline diff --git a/Makefile b/Makefile index c678ead..128ee9d 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) -o $@ $(OBJ) $(STLDFLAGS) + $(CC) $(STLDFLAGS) -o $@ $(OBJ) clean: rm -f st $(OBJ) st-$(VERSION).tar.gz