13abe17c3c
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>
8 lines
186 B
Makefile
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)
|