Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #79 from jodh-intel/simplify-toplevel-makefile
Browse files Browse the repository at this point in the history
Simplify toplevel makefile
  • Loading branch information
Sebastien Boeuf authored Mar 20, 2018
2 parents c8e0c2c + 2a564c4 commit 0619b0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# SPDX-License-Identifier: Apache-2.0
#


all: runtime

runtime:
cd cli; \
make
install :
cd cli; \
make install
make -C cli

install:
make -C cli install

clean:
make -C cli clean

help:
@printf "To build a Kata Containers runtime:\n"
Expand Down

0 comments on commit 0619b0e

Please sign in to comment.