#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for regress (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvs/pgsql-deb/postgresql/src/test/regress/sql/Makefile,v 1.1.1.1 2000/11/13 05:27:22 elphick Exp $
#
#-------------------------------------------------------------------------

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

clean:
	rm -f $(CLFILES)
