mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
22 lines
231 B
Makefile
22 lines
231 B
Makefile
#
|
|
# $Header: /cvsroot/pgsql/contrib/tools/Attic/Makefile,v 1.3 2000/06/19 13:54:37 momjian Exp $
|
|
#
|
|
|
|
TOPDIR=../..
|
|
|
|
include ../Makefile.global
|
|
|
|
NAME =
|
|
|
|
PROGRAM =
|
|
OBJS =
|
|
DOCS =
|
|
SQLS =
|
|
BINS =
|
|
EXAMPLES=
|
|
MODS =
|
|
|
|
clean:
|
|
$(RM) *~
|
|
|