Files
kata-containers/tools/packaging/static-build/firecracker/Makefile
Peng Tao dfe5ef36b4 tools: fix missing SPDX license header
As reported by the static checker.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2021-03-26 15:08:40 +08:00

16 lines
361 B
Makefile

#!/usr/bin/env bash
# Copyright (c) 2021 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
CONFIG_DIR := $(MK_DIR)/../../scripts/
build:
"$(MK_DIR)/build-static-firecracker.sh"
clean:
rm -rf "$(MK_DIR)/firecracker"
rm "$(MK_DIR)/firecracker-static"
rm "$(MK_DIR)/jailer-static"