From 6008f8c5364907ce567dfffcc068f362b27a0c11 Mon Sep 17 00:00:00 2001 From: James Price Date: Fri, 24 Feb 2017 13:03:06 +0000 Subject: [PATCH] Add intermediate objects to OpenACC clean rule PGI creates these, even though we don't ask for them. --- OpenACC.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenACC.make b/OpenACC.make index 504f069..cc61f8e 100644 --- a/OpenACC.make +++ b/OpenACC.make @@ -49,5 +49,4 @@ acc-stream: main.cpp ACCStream.cpp .PHONY: clean clean: - rm -f acc-stream - + rm -f acc-stream main.o ACCStream.o