瀏覽代碼

Remove useless echo in Makefile

master
Marien Fressinaud 5 年之前
父節點
當前提交
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

Loading…
取消
儲存