7 lines
165 B
Makefile
Executable file
7 lines
165 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=swh-lister
|
|
export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs swh/lister
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|