diff --git a/tecs/didi b/tecs/didi index 4ab60c5..4fb7b70 100755 --- a/tecs/didi +++ b/tecs/didi @@ -4,11 +4,11 @@ set what="$1" set where="$2" set destlist=( type@osf1 \ -amor@amor:tecs/ focus@focus:tecs/ trics@trics:tecs/ \ alpha=/afs/psi.ch/project/sinq/tru64/stow/tecs/bin/ \ type@linux \ slinux=/afs/psi.ch/project/sinq/sl-linux/stow/tecs/bin/ \ linux=/afs/psi.ch/project/sinq/linux/stow/tecs/bin/ \ +amor@amor:tecs/ focus@focus:tecs/ trics@trics:tecs/ \ tasp@tasp:tecs/ dmc@dmc:tecs/ hrpt@hrpt:tecs/ \ morpheus@morpheus:tecs/ sans@sans:tecs/ sans2@sans2:tecs/ \ type@darwin \ diff --git a/tecs/makefile b/tecs/makefile index 66edfc1..03dfa3a 100644 --- a/tecs/makefile +++ b/tecs/makefile @@ -1,6 +1,14 @@ # M. Zolliker 03.2005 -default: +%: usage + @echo + +%.o: usage + @echo + +default: usage + +usage: @ echo "" @ echo "Usage:" @ echo "" @@ -10,3 +18,4 @@ default: @ echo "" @ ls -1 makefile_* | pr -t -o 4 +