~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

todo

Show diffs side-by-side

added added

removed removed

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