X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/d4928edba0fe2cc63b3bc13fd6dad0bcb875174e..0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32:/Makefile diff --git a/Makefile b/Makefile index 128ee9d..0b3cecd 100644 --- a/Makefile +++ b/Makefile @@ -27,14 +27,16 @@ 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 dist: clean mkdir -p st-$(VERSION) - cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h $(SRC) st-$(VERSION) + cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\ + config.def.h st.info st.1 arg.h st.h win.h $(SRC)\ + st-$(VERSION) tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz rm -rf st-$(VERSION)