vlc/python/Makefile

9 lines
85 B
Makefile

all:
python setup.py build
install:
python setup.py install
clean:
rm -Rf build