~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-10-27 19:45:18 UTC
  • mfrom: (1185.16.130)
  • Revision ID: robertc@robertcollins.net-20051027194518-58afabc9ab280bb0
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: executables
2
 
 
3
 
executables:
4
 
        chmod u+x ./bzr
5
 
        chmod u+x ./setup.py
 
1
all: 
6
2
 
7
3
check:
8
4
        ./bzr selftest
9
5
 
10
 
clean: executables
 
6
clean: 
11
7
        ./setup.py clean
12
8
        find . -name "*.pyc" | xargs rm
13
9
        rm -rf test????.tmp