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

subdirs := efd_node efd_server

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

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