#
# Utility productions for the INTERCAL distribution
#
ick.tar:
	h=`pwd`; cd ..; tar cvf ick.tar `cat $$h/MANIFEST`; mv ick.tar $$h

ick.tar.Z: ick.tar
	compress ick.tar
