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