ソースを参照

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

読み込み中…
キャンセル
保存