/* $Header: Imakefile,v 1.2 88/01/30 11:28:44 rws Exp $ */
LOCAL_LIBRARIES = $(XLIB)
SRCS = puzzle.c main.c picture.c
OBJS = puzzle.o main.o picture.o

ComplexProgramTarget(puzzle)
