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