浏览代码

Remove useless echo in Makefile

master
Marien Fressinaud 6 年前
父节点
当前提交
77fb6db6db
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      Makefile

+ 0
- 1
Makefile 查看文件

@@ -22,7 +22,6 @@ serve: build ## Serve the website (development)

.PHONY: publish
publish: build ## Publish the website online (rsync)
echo $(SERVER_OUTPUT)
rsync -P -rvzc --cvs-exclude --delete ./output/ $(SERVER_OUTPUT)

.PHONY: help

正在加载...
取消
保存