From efd2566eee1f26cf2855ce1406e7d9e1e0d5ac6f Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 25 May 2010 02:02:30 +1200 Subject: [PATCH] Makefile rule to rsync to other machine --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a221489..8bf8d70 100644 --- a/Makefile +++ b/Makefile @@ -204,6 +204,9 @@ debug: ccmalloc: make -B CFLAGS='-lccmalloc -g' CC='ccmalloc --nowrapper gcc' +rsync: + rsync $(shell git ls-tree -r --name-only HEAD) 10.42.43.10:sparrow + .PHONY: TAGS all cproto cproto-nonstatic sysprof splint unittest unittest-shifts unittest-edges \ debug ccmalloc -- 2.11.4.GIT