blob: 702f5b4b36cfbaf20868467a236a4fca7949bb31 (
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
# $PostgreSQL: pgsql/src/test/Makefile,v 1.4 2003/11/29 19:52:13 pgsql Exp $
#
#-------------------------------------------------------------------------
.DEFAULT:
$(MAKE) -C regress $@
|