#!/bin/sh
set -x
H="-l maggi konegin"
D=Codes/hifi

tar cf - . | ssh $H "cd $D; tar xvf -"

ssh -n $H "cd $D; make clean"

ssh -n $H "cd $D; make depend"
ssh -n $H "cd $D; make "


