X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=128ee9d406f58d269130ee167a862572ea905eea;hb=274d46ace00003d1df718b974d17642cbce167d5;hp=c678ead14de96bb202a6ab0b82d6a877f796af6c;hpb=9c61f29bb7da237907e42875ebe7d0084e8ab1ac;p=st.git diff --git a/Makefile b/Makefile index c678ead..128ee9d 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) -o $@ $(OBJ) $(STLDFLAGS) + $(CC) $(STLDFLAGS) -o $@ $(OBJ) clean: rm -f st $(OBJ) st-$(VERSION).tar.gz