Explorar el Código

Remove useless echo in Makefile

master
Marien Fressinaud hace 6 años
padre
commit
77fb6db6db
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      Makefile

+ 0
- 1
Makefile Ver fichero

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

Cargando…
Cancelar
Guardar