Skip to content
Snippets Groups Projects
Commit 56fc98a2 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated Makefile to use rsync instead of scp.

parent bb17d386
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ docs:
phpdoc
upload: docs
scp -r build/docs mv:tk.nl/docs/webbasics
rsync -r --delete --force build/docs mv:tk.nl/docs/webbasics
clean:
rm -rf build
.PHONY: test docs clean upload
.PHONY: test docs upload clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment