~unifield-team/unifield-web/web_aio_24

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Amit Mendapara
  • Date: 2010-09-15 13:25:41 UTC
  • Revision ID: mendapara.amit@gmail.com-20100915132541-tgcs1ckec666mdpg
[FIX] python egg filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
run:
10
10
        python openerp-web.py -a ${HOST} -p ${PORT}
11
11
 
12
 
 
13
12
release:
14
 
        python setup.py release sdist
 
13
        python setup.py sdist
15
14
 
16
15
install:
17
 
        python setup.py release install
 
16
        python setup.py install
18
17
 
19
18
clean:
20
19
        @find . -name '*.pyc' -exec rm -f {} +