mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
![]() |
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_auto_build:
|
||
|
ln -s Makefile.Linux Makefile || true
|
||
|
dh_auto_build
|