~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-10-09 23:12:35 UTC
  • Revision ID: robertc@robertcollins.net-20051009231235-93626e72cac71b78
clean up test dirs on make clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
clean: executables
11
11
        ./setup.py clean
12
12
        find . -name "*.pyc" | xargs rm
 
13
        rm -rf test????.tmp
13
14
 
14
15
.PHONY: all
15
16