aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetWeb/Makefile')
-rw-r--r--Carpet/CarpetWeb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetWeb/Makefile b/Carpet/CarpetWeb/Makefile
new file mode 100644
index 000000000..fbbe2dcaf
--- /dev/null
+++ b/Carpet/CarpetWeb/Makefile
@@ -0,0 +1,6 @@
+all:
+
+sync:
+ rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
+
+.PSEUDO: all sync