]> git.sesse.net Git - vlc/blob - python/Makefile
* Fixed mouse leave notification
[vlc] / python / Makefile
1 all:
2         python1.5 setup.py build
3
4 install:
5         python1.5 setup.py install
6
7 clean:
8         rm -Rf build