8 lines
126 B
Makefile
Executable File
8 lines
126 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=tflite_runtime
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_shlibdeps:
|