7 lines
95 B
Makefile
Executable File
7 lines
95 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=python-prometheus-rus
|
|
|
|
%:
|
|
dh $@ --buildsystem=pybuild
|