From fbfa6f3b4748ce989cf59d3ba82c33d334de01f2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Nov 2022 14:41:35 +0100 Subject: [PATCH] Use tabs in Makefile --- OpenMP/linear-algebra/kernels/atax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenMP/linear-algebra/kernels/atax/Makefile b/OpenMP/linear-algebra/kernels/atax/Makefile index f0d17da..36f3cb1 100644 --- a/OpenMP/linear-algebra/kernels/atax/Makefile +++ b/OpenMP/linear-algebra/kernels/atax/Makefile @@ -25,8 +25,8 @@ NVCFLAGS:=$(CXXFLAGS) $(NVOPT) # Create an automake definition for .cu files $(BUILD_DIR)/%.cu.o: %.cu - $(MKDIR_P) $(dir $@) - $(NVCC) $(NVCFLAGS) -c $< -o $@ + $(MKDIR_P) $(dir $@) + $(NVCC) $(NVCFLAGS) -c $< -o $@ .PHONY: bench