~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-10-10 08:29:42 UTC
  • mfrom: (1185.15.10)
  • Revision ID: robertc@robertcollins.net-20051010082942-4d1442a783ba926d
bugfix from scott for symlink support when not in the tree root.

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
 
13
        rm -rf test????.tmp
12
14
 
13
15
.PHONY: all
14
16