~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-10-07 01:11:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1420.
  • Revision ID: robertc@robertcollins.net-20051007011104-45d7605fb8b1080b
clean up pyc files in make clean

Show diffs side-by-side

added added

removed removed

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