mirror of
https://github.com/videolan/vlc.git
synced 2024-11-29 04:45:36 +08:00
9 lines
85 B
Makefile
9 lines
85 B
Makefile
all:
|
|
python setup.py build
|
|
|
|
install:
|
|
python setup.py install
|
|
|
|
clean:
|
|
rm -Rf build
|