From cba8bfd093f9f78b73ef5923160b2d5bcdfe762e Mon Sep 17 00:00:00 2001 From: yangxingwu Date: Tue, 6 Jun 2023 09:47:50 +0000 Subject: [PATCH] makefile: remove extra space [ROCm/rccl-tests commit: 52ea1b214802fc37ef4baa29eb19942dcbf0a187] --- projects/rccl-tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl-tests/Makefile b/projects/rccl-tests/Makefile index 43729f897a..f652b78a99 100644 --- a/projects/rccl-tests/Makefile +++ b/projects/rccl-tests/Makefile @@ -7,9 +7,9 @@ BUILDDIR ?= build override BUILDDIR := $(abspath $(BUILDDIR)) -.PHONY : all clean +.PHONY: all clean -default : src.build +default: src.build TARGETS=src