Add intermediate objects to OpenACC clean rule
PGI creates these, even though we don't ask for them.
This commit is contained in:
parent
c470b88dee
commit
6008f8c536
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user