~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

[merge] from robert and newformat

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