mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
6 lines
99 B
Makefile
Executable file
6 lines
99 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=moulinette
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|