81
82
83
84
85
86
87
88
89
90
91 | $(INST) icon.png /usr/share/pixmaps/streamtuner2.png
$(INST) help/str*2.1 -t /usr/share/man/man1/
# start locally
st2: run
run:
#MALLOC_CHECK_=2 PYTHONVERBOSE=2
python -B ./st2.py -D
yelp:
yelp help/index.page 2>/dev/null & |
|
| 81
82
83
84
85
86
87
88
89
90
91 | $(INST) icon.png /usr/share/pixmaps/streamtuner2.png
$(INST) help/str*2.1 -t /usr/share/man/man1/
# start locally
st2: run
run:
#MALLOC_CHECK_=2 PYTHONVERBOSE=2
python -B ./st2.py -D -e dev_faulthandler
yelp:
yelp help/index.page 2>/dev/null & |