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