/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2006-10-05 14:06:45 UTC
  • mto: (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: bialix@ukr.net-20061005140645-71919ea8fc43ce66
ignore dist directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-installer:
 
2
        python setup.py bdist_wininst
 
3
 
 
4
clean:
 
5
        python -c "import shutil; shutil.rmtree('build'); shutil.rmtree('dist')"