mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 17:33:02 +00:00
Merge pull request #79 from jodh-intel/simplify-toplevel-makefile
Simplify toplevel makefile
This commit is contained in:
commit
0619b0e110
12
Makefile
12
Makefile
@ -4,16 +4,16 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
all: runtime
|
all: runtime
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
cd cli; \
|
make -C cli
|
||||||
make
|
|
||||||
install :
|
|
||||||
cd cli; \
|
|
||||||
make install
|
|
||||||
|
|
||||||
|
install:
|
||||||
|
make -C cli install
|
||||||
|
|
||||||
|
clean:
|
||||||
|
make -C cli clean
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@printf "To build a Kata Containers runtime:\n"
|
@printf "To build a Kata Containers runtime:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user