mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
09cff5ecc0
tag v1.15.0 67fe5ea7f68cf1185379c2c5e8acf37d483a2d4a https://github.com/clalancette/pycdlib.git
7 lines
106 B
Makefile
Executable File
7 lines
106 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME = pycdlib
|
|
|
|
%:
|
|
dh $@ --buildsystem=pybuild --with=python2,python3
|