• Marc G. Fournier's avatar
    · 2074b5f1
    Marc G. Fournier authored
    failed to add some of Jan's files :(
    2074b5f1
Makefile 536 Bytes
#-------------------------------------------------------------------------
#
# 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 $@