9 lines
131 B
Makefile
Executable file
9 lines
131 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=swh-lister-github
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
|
|
override_dh_auto_test:
|