Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'fix-makefile' into 'master'
Browse files Browse the repository at this point in the history
Fix makefile

See merge request nvidia/container-toolkit/nvidia-container-runtime!6
  • Loading branch information
RenaudWasTaken committed Jul 19, 2019
2 parents 418e01b + c9ada8e commit 6e3d975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

all: ubuntu18.04 ubuntu16.04 debian9 centos7 amzn2 amzn1

runtime: runtime-ubuntu18.04 runtime-ubuntu16.04 runtime-debian9 runtime-centos7 runtime-amzn2 runtime-amzn1

# Build all packages for a specific distribution.
ubuntu18.04: runtime-ubuntu18.04 hook-ubuntu18.04

Expand Down
2 changes: 2 additions & 0 deletions hook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

DOCKER ?= docker

MKDIR ?= mkdir

VERSION := 1.4.0

DIST_DIR := $(CURDIR)/../dist
Expand Down

0 comments on commit 6e3d975

Please sign in to comment.