aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/Makefile
blob: 285abb2c16000d6a5052fee1e21399fd1d271007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for regress/expected (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.5 2000/01/09 19:34:41 tgl Exp $
#
#-------------------------------------------------------------------------

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

clean:
	rm -f $(CLFILES)