blob: 7d31c4b514877e7375fb5db79c599327caf8e848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/test/Makefile,v 1.3 2000/09/29 17:17:36 petere Exp $
#
#-------------------------------------------------------------------------
.DEFAULT:
$(MAKE) -C regress $@
|