mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 14:50:54 +00:00
10 lines
238 B
Makefile
10 lines
238 B
Makefile
build:
|
|
rm -rf ntopng_package
|
|
mkdir -p ntopng_package/ntopng
|
|
cp __init__.py ntopng_package/ntopng
|
|
cp flow.py host.py interface.py ntopng.py ntopng_package/ntopng
|
|
cp setup.py ntopng_package
|
|
|
|
|
|
install:
|
|
cd ntopng_package; pip install .
|