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