aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetWeb/Makefile')
-rw-r--r--Carpet/CarpetWeb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetWeb/Makefile b/Carpet/CarpetWeb/Makefile
index 9084ecc97..7a7d2ad67 100644
--- a/Carpet/CarpetWeb/Makefile
+++ b/Carpet/CarpetWeb/Makefile
@@ -1,7 +1,7 @@
all:
sync:
- rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded -e ssh --rsync-path=/home/schnette/bin/rsync ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded ./ carpet@carpetcode.dyndns.org:www.carpetcode.org/htdocs
+ rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded -e ssh --rsync-path=/home/schnette/bin/rsync ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
-.PSEUDO: all sync
+.PHONY: all sync