Add intermediate objects to OpenACC clean rule

PGI creates these, even though we don't ask for them.
This commit is contained in:
James Price 2017-02-24 13:03:06 +00:00
parent c470b88dee
commit 6008f8c536

View File

@ -49,5 +49,4 @@ acc-stream: main.cpp ACCStream.cpp
.PHONY: clean .PHONY: clean
clean: clean:
rm -f acc-stream rm -f acc-stream main.o ACCStream.o