mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-27 23:29:00 +08:00
7 lines
75 B
Makefile
Executable File
7 lines
75 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_builddeb:
|
|
dh_builddeb -- -Zgzip
|