5 lines
95 B
Makefile
Executable file
5 lines
95 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=python_distutils
|