Browse Source

Remove useless echo in Makefile

master
Marien Fressinaud 5 years ago
parent
commit
77fb6db6db
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Makefile

+ 0
- 1
Makefile View File



.PHONY: publish .PHONY: publish
publish: build ## Publish the website online (rsync) publish: build ## Publish the website online (rsync)
echo $(SERVER_OUTPUT)
rsync -P -rvzc --cvs-exclude --delete ./output/ $(SERVER_OUTPUT) rsync -P -rvzc --cvs-exclude --delete ./output/ $(SERVER_OUTPUT)


.PHONY: help .PHONY: help

Loading…
Cancel
Save