mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-03 11:50:00 +08: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
|