Przeglądaj źródła

Remove useless echo in Makefile

master
Marien Fressinaud 5 lat temu
rodzic
commit
77fb6db6db
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      Makefile

+ 0
- 1
Makefile Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz