Removed co target -- Artifact of previous code review process

This commit is contained in:
Eric Soroos 2020-12-30 11:26:32 +01:00
parent e126001e62
commit dae30d8601

View File

@ -7,13 +7,6 @@ clean:
rm -r build || true
find . -name __pycache__ | xargs rm -r || true
BRANCHES=`git branch -a | grep -v HEAD | grep -v master | grep remote`
.PHONY: co
co:
-for i in $(BRANCHES) ; do \
git checkout -t $$i ; \
done
.PHONY: coverage
coverage:
pytest -qq