8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME=stcgal
|
||
|
|
||
|
%:
|
||
|
dh $@ --with python3 --buildsystem=pybuild
|
||
|
|