Files
mininet/debian/rules
T

10 lines
158 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --buildsystem=python_distutils --with=python2
override_dh_auto_build:
make man
make mnexec && cp mnexec bin/
dh_auto_build