# SPDX-License-Identifier: GPL-2.0## Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.# Enclave lifetime management support for Nitro Enclaves (NE) - ioctl sample# usage..PHONY:allcleanCFLAGS+=-Wall
all:$(CC)$(CFLAGS)-one_ioctl_samplene_ioctl_sample.c-lpthread
clean:rm-fne_ioctl_sample