#!/bin/sh

# Normally akcl is distributed with only V/ files.
# if it has not yet been done so establish the links from this to
# the main kcl directory
if [ ! -f c/print.d ] ;
 then xbin/relink-script $1 `pwd` $2
  make clean
 else true
fi



