summaryrefslogtreecommitdiff
path: root/examples/multi_process/client_server_mp/Makefile
blob: f4cab6313024c22d34b1a1f5999eb34dcbf77f87 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2020 Intel Corporation

subdirs := mp_client mp_server

.PHONY: all static shared clean $(subdirs)
all static shared clean: $(subdirs)

$(subdirs):
	$(MAKE) -C $@ $(MAKECMDGOALS)