mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-30 20:15:47 +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 .
|