diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-08-20 07:30:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-08-20 07:30:18 -0400 |
commit | 4c12bf8936e6418bda05c88e7f8a180b6ff52790 (patch) | |
tree | f20bfb0d92b6efdfa946c971260b5ae88a38f67c | |
parent | bb366fd44943cd043f47d46230ed71e47dc84fb6 (diff) |
Add Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a2cb0db --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +publish: + rsync -P -rvz --delete site/ blog@dthompson.us:/var/www/blog --cvs-exclude |