mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 22:07:39 +08:00
21 lines
536 B
Makefile
21 lines
536 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile
|
|
# Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
#
|
|
# IDENTIFICATION
|
|
# $Header: /cvsroot/pgsql/src/pl/plpgsql/Makefile,v 1.1 1998/10/01 03:38:33 scrappy Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
SRCDIR= ../..
|
|
include $(SRCDIR)/Makefile.global
|
|
|
|
|
|
.DEFAULT all install clean dep depend distclean:
|
|
-$(MAKE) -C src $@
|
|
|