blob: 27f4a6fd9f178155672c2f7fbd4a27dce7cae3e4 (
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$
#
#-------------------------------------------------------------------------
.DEFAULT:
$(MAKE) -C regress $@
|