summaryrefslogtreecommitdiff
path: root/sql/Makefile
blob: 97454691b0fe5551eedf32f8e0975c8a335632b7 (plain)
1
2
3
4
5
6
7
8
9
10

include ../config.mak

SUBDIRS = londiste pgq pgq_coop pgq_ext pgq_node ticker txid

all install clean distclean installcheck:
	for dir in $(SUBDIRS); do \
	  $(MAKE) -C $$dir $@ DESTDIR=$(DESTDIR) || exit $?; \
	done