mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-21 15:37:05 -04:00
8 lines
119 B
Makefile
Executable File
8 lines
119 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with=python3
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --name=waydroid-container
|