examples/multi_process: add SPDX license tag to makefiles
[dpdk.git] / examples / multi_process / client_server_mp / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2020 Intel Corporation
3
4 subdirs := mp_client mp_server
5
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
8
9 $(subdirs):
10         $(MAKE) -C $@ $(MAKECMDGOALS)