X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=Makefile;h=c678ead14de96bb202a6ab0b82d6a877f796af6c;hp=128ee9d406f58d269130ee167a862572ea905eea;hb=7f990328e4fec8dfaaad311cb8af2304b58c872e;hpb=8dacdfbab1c476063a31bc3b8d7222ac2b70ff66 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