~launchpad-pqm/testtools/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Lange
  • Date: 2008-06-01 06:00:16 UTC
  • Revision ID: jml@canonical.com-20080601060016-di6ax1rftaja0pv6
Fix up Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        ./run-tests
5
5
 
6
6
TAGS:
7
 
        ctags -e -R pyunit3k.py
 
7
        ctags -e -R pyunit3k/
8
8
 
9
9
tags:
10
 
        ctags -R pyunit3k.py
 
10
        ctags -R pyunit3k/
11
11
 
12
12
clean:
13
13
        rm -f TAGS tags pyunit3k/*.pyc pyunit3k/tests/*.pyc