blob: 0cc1151e1842c57706d213f220272c38c0c3abbf [file] [log] [blame]
#-------------------------------------------------------------------------
#
# 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 $
#
#-------------------------------------------------------------------------
.PHONY: clean distclean
.DEFAULT:
$(MAKE) -C regress $@
clean:
distclean: clean