mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 06:32:18 -04:00
15 lines
343 B
Makefile
15 lines
343 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile.inc--
|
|
# Makefile for test suites
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
#
|
|
# IDENTIFICATION
|
|
# src/test/Makefile
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C regress $@
|