Bruce Richardson 13abe17c3c examples/multi_process: convert to pkg-config-based build
Remove references to the old make build system and use pkg-config for
building these examples.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2020-09-07 23:51:57 +02:00

8 lines
186 B
Makefile

subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp
.PHONY: all static shared clean $(subdirs)
all static shared clean: $(subdirs)
$(subdirs):
$(MAKE) -C $@ $(MAKECMDGOALS)