mirror of
https://github.com/clearlinux/clrtrust.git
synced 2026-08-26 10:28:17 +00:00
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# Copyright 2017 Intel Corporation.
|
|
all:
|
|
@true
|
|
|
|
install:
|
|
install -D --mode=0755 clrtrust ${INSTALL_ROOT}/usr/bin/clrtrust
|
|
|
|
check:
|
|
bats -t test
|
|
|