You've already forked python-fido2
mirror of
https://github.com/solokeys/python-fido2.git
synced 2026-03-11 17:13:23 -07:00
8 lines
130 B
Makefile
Executable File
8 lines
130 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=fido2
|
|
export PYBUILD_DISABLE=test
|
|
|
|
%:
|
|
dh $@ --with python2,python3 --buildsystem=pybuild
|