mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
7 lines
104 B
Makefile
Executable File
7 lines
104 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=keystone-engine
|
|
%:
|
|
dh $@ --with python2 --buildsystem=pybuild
|
|
|