summaryrefslogtreecommitdiff
path: root/contrib/tools/Makefile
blob: 95e97d72badad897475d95ed34df54458f61c5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------
#
# Makefile --
#
#    Makefile for contrib tools.
#
#-------------------------------------------------------------------------

PGDIR = ../..
SRCDIR = $(PGDIR)/src

include $(SRCDIR)/Makefile.global

all:		

install:	

clean:
		rm -f *~

distclean:	clean