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)