# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020-2021, Intel Corporation

#
# examples/libpmem2/Makefile -- build the libpmem2 examples
#

DIRS = advanced basic log redo map_multiple_files unsafe_shutdown ringbuf

include ../Makefile.inc

