6 lines
126 B
Makefile
Executable file
6 lines
126 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
export PYBUILD_NAME=enroll
|
|
export PYBUILD_SYSTEM=pyproject
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|