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