Merge branch 'master' into senslab2
[sfa.git] / Makefile
index 72fa41a..701c329 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,5 +146,10 @@ else
        $(SSHCOMMAND) exec service sfa restart
 endif
 
+# 99% of the time this is enough
+fastsync:
+       +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/
+       $(SSHCOMMAND) exec service sfa restart
+
 .PHONY: sync
 ##########