mirror of
https://github.com/shadowsocks/shadowsocks.git
synced 2026-03-01 18:23:29 +01:00
6 lines
95 B
Makefile
Executable File
6 lines
95 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=python_distutils
|