0548582dd4
v2 (Grigori Goronzy): Simplify with pybuild, fix some smaller issues, license as MIT. Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
8 lines
96 B
Makefile
Executable File
8 lines
96 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=stcgal
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|