Skip to content
Snippets Groups Projects
Commit 31406d0b authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Don't run clean target in parallel as running 'make -j8 clean check' would...

Don't run clean target in parallel as running 'make -j8 clean check' would have some interesting results if check was ran in parallel with clean
parent 62e36256
No related branches found
No related tags found
No related merge requests found
......@@ -88,3 +88,4 @@ code-coverage-clean:
endif
.PHONY: check-code-coverage code-coverage-initial code-coverage-capture code-coverage-html code-coverage-summary code-coverage-clean singlehtml install-singlehtml
.NOTPARALLEL: clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment