summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-02-25 02:35:07 -0800
committerGitHub <noreply@github.com>2019-02-25 02:35:07 -0800
commitf326539daa5bbd9153db79b508b6aaede731a154 (patch)
tree1b2b4c473155dae88dd8014259f802957509fad1 /Makefile
parent7a2572268168e96c8841ca83ab1a89735ec02c3a (diff)
downloadpsutil-f326539daa5bbd9153db79b508b6aaede731a154.tar.gz
Process SE DEBUG mode was not set on Windows (#1429)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25928e0a..74480518 100644
--- a/Makefile
+++ b/Makefile
@@ -266,5 +266,9 @@ bench-oneshot-2: ## Same as above but using perf module (supposed to be more pr
check-broken-links: ## Look for broken links in source files.
git ls-files | xargs $(PYTHON) -Wa scripts/internal/check_broken_links.py
+print-access-denied:
+# ${MAKE} install
+ $(TEST_PREFIX) $(PYTHON) scripts/internal/procs_access_denied.py
+
help: ## Display callable targets.
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'