Commit 56fc98a2 authored by Taddeus Kroes's avatar Taddeus Kroes

Updated Makefile to use rsync instead of scp.

parent bb17d386
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment