diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-15 17:21:01 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-13 14:03:12 -0300 |
commit | b226c1a3c44df3bfe9b888be1f8661a69f53a88b (patch) | |
tree | 6e8aa667e6a8e4c4bdcc938a1287ea7e04cc658a /Makefile | |
parent | e52f9a239a146c06a0683e47eaf9d53f4deb332b (diff) |
gather bitmask dependency tree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,5 +119,8 @@ install_wheel: # if it's the first time, you'll need to get_wheels first pip install --pre --use-wheel --no-index --find-links=../wheelhouse -r pkg/requirements.pip +gather_deps: + pipdeptree | pkg/scripts/filter-bitmask-deps + clean : $(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc) |