mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
10 lines
137 B
Makefile
Executable File
10 lines
137 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_auto_clean:
|
|
dh_auto_clean
|
|
rm -f .coverage
|
|
rm -rf .tox
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|