summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile
blob: 738675c58fdb0fe414312e6ff0b7a7c46e3a4edb (plain)
1
2
3
4
5
6
SUBDIRS=direct fanout pub-sub request-response xml-exchange
all:
	for d in $(SUBDIRS); do ( cd $$d; $(MAKE) $@; ) ; done
clean:
	for d in $(SUBDIRS); do ( cd $$d; $(MAKE) $@; ) ; done