~ubuntuone-hackers/conn-check/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Wes Mason
  • Date: 2014-07-24 18:22:12 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: wesley.mason@canonical.com-20140724182212-1me62107385eycte
Display commands in tarmac script and don't error in make clean if virtualenv doesn't exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        $(ENV)/bin/nosetests
12
12
 
13
13
clean:
14
 
        rm -r $(ENV)
 
14
        -rm -r $(ENV)
15
15
        find . -name "*.pyc" -delete
16
16
 
17
17
install-debs: