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