~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2007-04-16 03:26:30 UTC
  • mfrom: (2366.2.1 mk-fix)
  • mto: This revision was merged to the branch mainline in revision 2419.
  • Revision ID: robertc@robertcollins.net-20070416032630-2hsgzasuh7oej82u
(robertc) Use 'python setup.py' instead of './setup.py' (Matthew Fuller)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        pyflakes bzrlib | grep -v ' imported but unused'
20
20
 
21
21
clean:
22
 
        ./setup.py clean
 
22
        python setup.py clean
23
23
        -find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
24
24
        rm -rf test????.tmp
25
25