]> oss.titaniummirror.com Git - oss-web.git/blobdiff - Makefile
Updates reflecting new changes to cp210x, msp430 and tinyos repos.
[oss-web.git] / Makefile
index 2e69fb21a432c83d4764d3159ede9a6028521879..691d73df008d47d2d736a0bd1308c51965c64efc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+#!/usr/bin/make
+
+deployurl = sysadmin@oss.titaniummirror.com:/var/www/oss/
 
 all: webber.conf
        ./webber
@@ -11,6 +14,9 @@ clean:
 realclean: clean
        rm -rf out
 
+deploy:
+       rsync -avz --delete out/ $(deployurl)
+
 # Automatically create webber.conf:
 ifeq ($(wildcard webber.conf),)
 webber.conf: in/webber.conf