Diff
Differences From Artifact [e1a4d7c25a]:
- File Makefile — part of check-in [3b7a4ff895] at 2015-05-01 22:41:31 on branch trunk — Separate statusbar timer-reset from text/progressbar setter. (user: mario, size: 2836) [annotate] [blame] [check-ins using]
To Artifact [1eec7003c1]:
- File Makefile — part of check-in [e8c3b8b495] at 2015-05-05 14:11:44 on branch trunk — Add -B and -3 options to `make run` (user: mario, size: 2849) [annotate] [blame] [check-ins using]
80 81 82 83 84 85 86 | $(INST) *.desktop -t /usr/share/applications/ $(INST) icon.png /usr/share/pixmaps/streamtuner2.png $(INST) help/str*2.1 -t /usr/share/man/man1/ # start locally st2: run run: | | | 80 81 82 83 84 85 86 87 88 | $(INST) *.desktop -t /usr/share/applications/ $(INST) icon.png /usr/share/pixmaps/streamtuner2.png $(INST) help/str*2.1 -t /usr/share/man/man1/ # start locally st2: run run: python -B -3 ./st2.py -D |