Makefile:打印shell输出

时间:2016-05-20 17:59:36

标签: meteor makefile

如何在Makefile中输出远程命令? Makefile在我的本地笔记本电脑上调用。它连接到我的服务器并进行流星构建。构建完成但没有视觉反馈。现在我希望构建脚本的输出(脚本本身提供输出)也打印在我的本地终端中。但是如何?

PHONY: deploy
deploy:
    @ssh my-server \
        "cd ~/.tmp/source/ ; \
        meteor build ~/.tmp/build --directory --server-only --architecture=os.linux.x86_64 ; \
        "

0 个答案:

没有答案