Lines Matching refs:target
109 all: $(NODE_EXE) ## Default target, builds node in out/Release/node.
115 # To add a target to the help, add a double comment (##) on the target line.
126 # otherwise $(NODE_EXE) being a .PHONY target means it is always re-run.
129 # See comments on the build-addons target for some more info
169 $(warning '$@' target is a noop)
239 $(FIND) out/$(BUILDTYPE)/obj.target \( -name "*.gcda" -o -name "*.gcno" \) \
264 $(FIND) out/$(BUILDTYPE)/obj.target -name "*.gcda" -type f -exec $(RM) {} \;
270 -r ../src/ --object-directory Release/obj.target \
536 # This target should not use a native compiler at all
580 # Using -j1 as the sub target in `test-ci` already have internal parallelism.
1342 $(warning Deprecated no-op target 'lint-md-build')
1523 $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.0.272 || \
1524 $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.0.272