# $Id: Makefile,v 1.1 1999/08/22 09:15:08 maffew Exp $

# makefile for active shared code

# maffew's stuff to automate syncing between my home poota and the server
get:
	rsync -avuz --exclude '*~' black:adev/active/shared/ .

put:
	rsync -Cavuz . black:adev/active/shared/

sync: get put
