9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
# This file was automatically generated by stdeb 0.8.5 at
|
||
|
# Sat, 23 May 2020 17:25:57 +0700
|
||
|
export PYBUILD_NAME=ntru-nino
|
||
|
%:
|
||
|
dh $@ --with python3 --buildsystem=pybuild
|
||
|
|