~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Marc Tardif
  • Date: 2011-07-25 17:11:24 UTC
  • Revision ID: marc.tardif@canonical.com-20110725171124-0gg693yorqv2sxbf
Added script for importing submissions from Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
# Removing the buildout deps to avoid dealing with divergent branches.
129
129
build-clean:
130
130
        $(RM) .installed.cfg
 
131
        $(RM) placeholder.txt
131
132
        $(RM) -r build
132
133
        $(RM) -r bin
133
134