Check-in [e8c3b8b495]
Overview
Comment: | Add -B and -3 options to `make run` |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e8c3b8b495d312c7a05380c02542c1e2 |
User & Date: | mario on 2015-05-05 14:11:44 |
Other Links: | manifest | tags |
Context
2015-05-05
| ||
14:12 | ./. check-in: a80fa6becf user: mario tags: trunk | |
14:11 | Add -B and -3 options to `make run` check-in: e8c3b8b495 user: mario tags: trunk | |
14:11 | Add icon for file browser. check-in: 5f1b889ce6 user: mario tags: trunk | |
Changes
Modified Makefile from [e1a4d7c25a] to [1eec7003c1].
︙ | ︙ | |||
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 |