mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 23:33:27 -05:00
15 lines
400 B
Makefile
15 lines
400 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# 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 $@
|