Mercurial > code > home > repos > light9
comparison makefile @ 2392:bf7b5c344de1
make pydeps for an import graph
author | drewp@bigasterisk.com |
---|---|
date | Tue, 14 May 2024 14:39:46 -0700 |
parents | f3b8dfcf8463 |
children |
comparison
equal
deleted
inserted
replaced
2391:f3b8dfcf8463 | 2392:bf7b5c344de1 |
---|---|
65 hg bookmark -r default main && hg push git+ssh://git@github.com/drewp/light9.git | 65 hg bookmark -r default main && hg push git+ssh://git@github.com/drewp/light9.git |
66 | 66 |
67 pull_github: | 67 pull_github: |
68 hg pull git+ssh://git@github.com/drewp/light9.git | 68 hg pull git+ssh://git@github.com/drewp/light9.git |
69 | 69 |
70 pydeps: | |
71 echo make sure src/light9/all_deps.py depends on all toplevel tools | |
72 pdm run pydeps --only=light9 --reverse --rankdir=BT --max-bacon=0 -o=work/2024/pydeps_output.svg --no-show -T=svg src/light9/all_deps.py | |
73 echo wrote https://bigasterisk.com/light9/work/2024/pydeps_output.svg | |
74 | |
70 ### show ### | 75 ### show ### |
71 | 76 |
72 qlc_artnet_dmx_proxy: | 77 qlc_artnet_dmx_proxy: |
73 qlcplus --open cur/qlc.qxw | 78 qlcplus --open cur/qlc.qxw |
74 | 79 |