numam-dpdk/examples/server_node_efd/Makefile
Kevin Laatz 25d3438c8f examples/server_node_efd: convert to pkg-config-based build
Remove references to the old make build system and use pkg-config for
building these examples.

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
2020-09-07 23:51:56 +02:00

11 lines
231 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016-2020 Intel Corporation
subdirs := node server
.PHONY: all static shared clean $(subdirs)
all static shared clean: $(subdirs)
$(subdirs):
$(MAKE) -C $@ $(MAKECMDGOALS)