]> git.sesse.net Git - vlc/blob - python/Makefile
Add a DirectFB module. Patch by: Iuri Diniz <iuri_at_digizap_dot_com_dot_br> applied...
[vlc] / python / Makefile
1 all:
2         python setup.py build
3
4 install:
5         python setup.py install
6
7 clean:
8         rm -Rf build