From 1cc88accd533f50f62935ccb05da6b6bac533cb9 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Mon, 5 Nov 2018 09:45:46 -0800 Subject: [PATCH] Add install target Fix issue #145 [ROCm/rccl commit: bed43524cc9a2ef9b2098ded4915455fe437320b] --- projects/rccl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index 482f40e3cf..605e3bfaad 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -6,6 +6,7 @@ .PHONY : all clean default : src.build +install : src.install BUILDDIR ?= $(abspath ./build) ABSBUILDDIR := $(abspath $(BUILDDIR)) TARGETS := src pkg