mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
8 lines
No EOL
115 B
Makefile
8 lines
No EOL
115 B
Makefile
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
ln -s Makefile.Linux Makefile || true
|
|
dh_auto_build
|