]> Git — Sourcephile - reloto-libreoffice.git/blob - Makefile
init
[reloto-libreoffice.git] / Makefile
1 main:=Main
2 python:=python3
3 py:=MajorityJudgment.py
4
5 %.ods/localc:
6 localc --accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager" $*.ods &
7 %.ods/package: $(py)
8 $(python) package.py $(py) $*.ods
9 run:
10 $(python) -c "import MajorityJudgment; MajorityJudgment.$(main)()"