# $Id: Makefile,v 1.2 1998/10/20 07:26:07 garbled Exp $
# Makefiles and big fun!

CC= ../dsh/seq -i

SRCS= 1.x 2.x 3.x 4.x 5.x 6.x 7.x 8.x 9.x 10.x 11.x 12.x 13.x 14.x 15.x
.SUFFIXES: .x

all: ${SRCS}

${SRCS}:
	${CC} sleep 10
.z.x: 
	sleep 10
