X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=6688a5854ecc961c87d2195433726320319ac02c;hb=2c55edb305e15194a11796a865015e84bfefecfe;hp=c678ead14de96bb202a6ab0b82d6a877f796af6c;hpb=b2ac91775302fa4b8ce462a6e7bcfffa93923471;p=st.git diff --git a/Makefile b/Makefile index c678ead..6688a58 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ config.h: .c.o: $(CC) $(STCFLAGS) -c $< -st.o: config.h st.h win.h -x.o: arg.h st.h win.h +st.o: config.h st.h win.h normalMode.h normalMode.c utils.h +x.o: arg.h config.h st.h win.h $(OBJ): config.h config.mk @@ -34,7 +34,9 @@ clean: 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)