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
Branches
Tags
1 merge request!379libknot unified
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment