###############################################################################
#
# @(#) Makefile  1993-07-14  DBK
#
# (C) Copyright 1993 by D. Brian Kimmel.
# All rights reserved.
#
# See README, Artistic and Copying for further information
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the Licenses
# for more details.
#
###############################################################################

all: test

test:
	K_fix_perms.pl

fix :
	K_fix_perms.pl -f

### END
