diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-02-25 02:35:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-25 02:35:07 -0800 |
| commit | f326539daa5bbd9153db79b508b6aaede731a154 (patch) | |
| tree | 1b2b4c473155dae88dd8014259f802957509fad1 /Makefile | |
| parent | 7a2572268168e96c8841ca83ab1a89735ec02c3a (diff) | |
| download | psutil-f326539daa5bbd9153db79b508b6aaede731a154.tar.gz | |
Process SE DEBUG mode was not set on Windows (#1429)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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}' |
