~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2007-04-24 13:15:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2451.
  • Revision ID: bialix@ukr.net-20070424131506-8roiv9b2bu7gv3cf
fix RSTX wrong formatting in HACKING

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
extensions:
25
25
        @echo "building extension modules."
26
 
        ./setup.py build_ext -i
 
26
        python setup.py build_ext -i
27
27
 
28
28
check: extensions
29
29
        python -Werror ./bzr selftest -v $(tests)