#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for regress (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/postgres/cvs_root/postgres-r/src/test/regress/expected/Makefile,v 1.1.1.1 2001/05/25 14:29:49 postgres Exp $
#
#-------------------------------------------------------------------------

CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out misc.out install_plpgsql.out

clean:
	rm -f $(CLFILES)
