7 lines
76 B
Text
7 lines
76 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME = visitor
|
||
|
|
||
|
%:
|
||
|
dh $@ --with python2
|