X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/274d46ace00003d1df718b974d17642cbce167d5..c5ba9c025b7ebc34979e839453528f6e4a18712d:/Makefile 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