diff options
Diffstat (limited to 'cpp/examples/Makefile')
| -rw-r--r-- | cpp/examples/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/examples/Makefile b/cpp/examples/Makefile new file mode 100644 index 0000000000..738675c58f --- /dev/null +++ b/cpp/examples/Makefile @@ -0,0 +1,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 + |
