# DMakefile for PUZZLE
# (c)Copyright 1992-93 by Tobias Ferber,  All Rights Reserved

CC= dcc
CFLAGS= -1.3 -s

puzzle: puzzle.c
  $(CC) $(CFLAGS) -DTEST -l newlook -o %(left) %(right)
