6 lines
79 B
Makefile
Executable file
6 lines
79 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME = opensearch
|
|
|
|
%:
|
|
dh $@ --with python2
|