# Launch all P targets in parallel and exit as soon as one exits.
set -m;(for p in $(P);do($(MAKE)$$p ||kill 0)&done;wait)
clean-install:clean
clean-install:
rm -fr $(NODE_MODULES)
rm -fr $(VENV)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.