summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4a9c17a9de79bb903c31e70370aa6229d839dced (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2020 Intel Corporation

.PHONY: all
all:
	@echo "To build DPDK please use meson and ninja as described at"
	@echo "    https://core.dpdk.org/doc/quick-start/"