Bläddra i källkod

Remove useless echo in Makefile

master
Marien Fressinaud 6 år sedan
förälder
incheckning
77fb6db6db
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      Makefile

+ 0
- 1
Makefile Visa fil

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

Laddar…
Avbryt
Spara