/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

merge with main branches

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')"